summaryrefslogtreecommitdiff
path: root/src/sys/aio.rs
AgeCommit message (Expand)Author
2017-09-03Fixed error handling in `AioCb::{fsync,read,write}`Alan Somers
2017-09-03AioCb::Drop will now panic for in-progress AioCbAlan Somers
2017-07-19Remove c_int and c_void from rootBryant Mairs
2017-04-15Add AioCb::from_boxed_sliceAlan Somers
2017-02-24impl Debug for AioCb and SigevNotifyAlan Somers
2017-02-16Fix some identifiers in commentsAlan Somers
2017-02-05Implement Drop for AioCbAlan Somers
2017-02-05Add runtime checks to AioCb methodsAlan Somers
2017-01-26Turn most aio functions into AioCb methodsAlan Somers
2017-01-25Add PhantomData to AioCb to track buffer's lifetimeAlan Somers
2016-12-16Add POSIX AIO supportAlan Somers