Module workflow_core::prelude

source ·
Expand description

The prelude module re-exports the most commonly used traits and types from the workflow_core crate.

Re-exports§

Structs§

  • re-export of instant crate supporting native and WASM implementations A Duration type to represent a span of time, typically used for system timeouts.

Functions§

  • Waits until duration has elapsed.
  • Yields execution back to the Tokio runtime.
  • Yields execution back to the Tokio runtime.

Type Aliases§

  • re-export of instant crate supporting native and WASM implementations

Derive Macros§

  • Attribute macro for automatic conversion of enums to their string representation