package
0.1.0
Repository: https://github.com/dispatchrun/dispatch-go.git
Documentation: pkg.go.dev

# Functions

Await awaits the results of calls.
Deserialize deserializes a coroutine.
Gather awaits the results of calls.
New creates a Coroutine.
Serialize serializes a coroutine.
Yield yields control to Dispatch.

# Constants

AwaitAll instructs Await to wait until all results are available, or any call fails.
AwaitAny instructs Await to wait until any result is available, or all calls fail.

# Structs

VolatileCoroutines is a set of volatile coroutine instances.

# Type aliases

AwaitStrategy controls an Await operation.
InstanceID is a unique identifier for a coroutine instance.