Cizen v0.12.1 Cizen.Effectful View Source

Creates a block which can perform effects.

Example

use Cizen.Effectful

handle(fn id ->
  some_result = perform id, some_effect
  if some_result do
    perform id, other_effect
  end
end)

Link to this section Summary

Link to this section Functions