Expand description
Async runtime support for Ruchy
Provides async/await functionality and Future trait integration
Structs§
- Async
Runtime - Async runtime for executing futures
- Join
Handle - Handle to a spawned future
Traits§
- Future
- Ruchy’s Future trait (wraps
std::future::Future)