document

package
v0.0.0-...-c85e1c3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2017 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(srvr chan interface{}, store chan interface{}, name string) (chan interface{}, error)

Types

This section is empty.

Notes

Bugs

  • need to figure out how to handle transform errors!

  • need to figure out how to handle store write errors!

  • ot.Transform DOES NOT CALCULATE PUSHOUTS. // compose concurrent ops serverOps := ot.Ops{}

    for _, concurrentOp := range concurrentServerOps {
     serverOps = ot.Compose(serverOps, concurrentOp)
    }
    

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL