//
pkg.gl
Category
github.com/dispatchrun/dispatch-go
dispatchcoro
package
0.1.0
Repository:
https://github.com/dispatchrun/dispatch-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
239 SLOC
#
Functions
Await
Await awaits the results of calls.
Deserialize
Deserialize deserializes a coroutine.
Gather
Gather awaits the results of calls.
New
New creates a Coroutine.
Serialize
Serialize serializes a coroutine.
Yield
Yield yields control to Dispatch.
#
Constants
AwaitAll
AwaitAll instructs Await to wait until all results are available, or any call fails.
AwaitAny
AwaitAny instructs Await to wait until any result is available, or all calls fail.
#
Structs
VolatileCoroutines
VolatileCoroutines is a set of volatile coroutine instances.
#
Type aliases
AwaitStrategy
AwaitStrategy controls an Await operation.
InstanceID
InstanceID is a unique identifier for a coroutine instance.