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
- Clear JavaScript interval using a handle returned by
set_interval
- Clear JavaScript timeout using a handle returns by
set_timeout
- Create JavaScript interval
- Create JavaScript timeout