View Source Pipeline.State (ex_pipeline v0.1.0)
Simple state management
Link to this section Summary
Functions
Executes the given callback passing the state and options as parameters.
Marks the given state as invalid
Marks the given state as invalid and adds an error
Creates a new, valid, %State{} struct with the given initial value
Updates a state with the given anonymous function
Link to this section Types
Link to this section Functions
Executes the given callback passing the state and options as parameters.
Marks the given state as invalid
Marks the given state as invalid and adds an error
Creates a new, valid, %State{} struct with the given initial value
Updates a state with the given anonymous function