Module workflow_core::task::native
source · Expand description
native implementation
Re-exports
pub use super::*;
Structs
Functions
async interval()
function backed by the JavaScriptcreateInterval()
- Waits until
duration
has elapsed. - Yields execution back to the Tokio runtime.
- Yields execution back to the Tokio runtime.