Expand description
Timeout utilities for I/O operations
Provides timeout wrappers for async read/write operations using compio’s timeout support.
Functions§
- read_
exact_ with_ timeout - Execute an async
read_exactoperation with a timeout. - write_
all_ with_ timeout - Execute an async
write_alloperation with a timeout.