Module workflow_wasm::timers

source ·
Expand description

Interval and Timeout functions that return an IntervalHandle or TimeoutHandle handles dropping which results in automatic clearing of the respective timeout or interval.

Modules

  • bindings to JavaScript functions

Structs

  • JavaScript interval handle dropping which stops and clears the associated interval
  • JavaScript timeout handle, droppping which cancels the associated timeout.

Enums

Functions