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
Listener
s it is paired with.