package
0.0.0-20200612002555-8e6450d9481d
Repository: https://github.com/sclasen/swfsm.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
RegisterNewCountdownGoroutineDispatcher constructs a new CountdownGoroutineDispatcher, start it and register it with the given ShutdownManager.

# Constants

No description provided by the author
Various constants defined by SWF.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
BoundedGoroutineDispatcher is a DecisionTaskDispatcher that uses a bounded number of goroutines to run decision handlers.
CallingGoroutineDispatcher is a DecisionTaskDispatcher that runs the decision handler in the polling goroutine.
No description provided by the author
No description provided by the author
CountdownGoroutineDispatcher is a dispatcher that you can register with a ShutdownManager.
FuncInterceptor is a ActivityInterceptor that you can set handler funcs on.
NewGoroutineDispatcher is a DecisionTaskDispatcher that runs the decision handler in a new goroutine.

# Interfaces

ActivityInterceptor allows manipulation of the decision task and the outcome at key points in the task lifecycle.
ActivityTaskDispatcher is used by the ActivityWorker machinery to dispatch the handling of ActivityTasks.Different implementations can provide different concurrency models.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author