Module dvcompute::simulation::observable::observer

source ·
Expand description

Defines the observer computation.

Structs§

  • The monadic bind for the Observer computation.
  • The function application for the Observer computation.
  • Allows constructing the Observer computation by the specified function.
  • Allows delaying the Observer computation by the specified function.
  • The functor for the Observer computation.
  • Allows creating the Observer computation that returns the outer message.
  • It represents the boxed Observer computation.
  • Allows creating the Observer computation from a pure value.
  • Trace the computation.
  • The zip of two Observer computations.

Traits§

  • Allows converting to Observer computations.
  • The computation that receives notifications.

Functions§