Module workflow_core::trigger

source ·
Expand description

Trigger crate re-exports and shims

Structs§

  • re-exports triggered crate as well as two wrappers SingleTrigger and ReqRespTrigger A struct used to wait for a trigger event from a Trigger.
  • Bi-directional trigger meant to function in request/response fashion
  • Wrapper containing a single Trigger instance
  • re-exports triggered crate as well as two wrappers SingleTrigger and ReqRespTrigger A struct used to trigger Listeners it is paired with.

Functions§

  • re-exports triggered crate as well as two wrappers SingleTrigger and ReqRespTrigger Returns a Trigger and Listener pair bound to each other.