Module workflow_rs::core::task::wasm

source ·
Expand description

WASM implementation

Modules

Macros

Structs

Functions

  • async interval() function backed by the JavaScript createInterval()
  • Sleeps for the specified amount of time.
  • Yields execution back to the Tokio runtime.
  • Cooperatively gives up a timeslice to the task scheduler.