Crate avila_async

Crate avila_async 

Source
Expand description

Avila Async - Native async runtime Tokio alternative - 100% Rust std

§Features

  • Work-stealing scheduler
  • Multi-threaded executor
  • Async I/O primitives
  • Channel support
  • Task cancellation
  • Graceful shutdown

Modules§

channel
Async channel for message passing
io
net

Macros§

main

Structs§

JoinHandle
Task handle for spawned futures
Runtime
TimeoutError
Timeout error type

Functions§

sleep
Sleep for a specified duration
spawn
timeout
Execute a future with a timeout
yield_now
Yield execution to allow other tasks to run