Cizen.Effects.Fork (Cizen v0.18.1) View Source

An effect to state an saga.

Returns the started saga ID.

Example

saga_id = perform %Fork{
  saga: some_saga_struct
}