Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime execution traits for async task management.

This module defines the interface for spawning, executing, and managing asynchronous tasks across different runtime implementations.

Traitsยง

AsyncExec
Trait for async runtime execution capabilities.
AsyncHandle
A handle for managing spawned async tasks.
ThreadHandle
A handle for spawn_blocking()