Module async_runtime

Module async_runtime 

Source
Expand description

Async runtime support for Ruchy

Provides async/await functionality and Future trait integration

Structs§

AsyncRuntime
Async runtime for executing futures
JoinHandle
Handle to a spawned future

Traits§

Future
Ruchy’s Future trait (wraps std::future::Future)