summaryrefslogtreecommitdiff
path: root/src/sys/aio.rs
AgeCommit message (Expand)Author
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