Module may::io

source ·
Expand description

coroutine io utilities

Modules§

Structs§

  • Generic wrapper for any type that can be converted to raw fd/HANDLE this type can be used in coroutine context without blocking the thread
  • A waker that could wakeup the coroutine that is blocked by WaitIo::wait_io

Traits§

  • This is trait that split an io obj into two parts one is for read operation, another is for write operation
  • This is trait that can block on io events but doing nothing about io