Cizen.Effectful (Cizen v0.18.1) View Source

Creates a block which can perform effects.

Example

use Cizen.Effectful

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

Link to this section Summary

Link to this section Functions