spawn

Go Workflows

Spawn has several mechanisms to facilitate integration between your actors or your application with the outside world. Below are some types of integration that Spawn provides:

Broadcast

TODO

Side Effects

TODO

Forward

TODO

Pipe

TODO

Forwards and pipes do not have an upper thread limit other than the request timeout.

Next: Projections

Previous: Actor Invocation