Expand description
<dispatch/io.h>
Structs§
- IO
- Lifetime-managed dispatch channel.
- UnmanagedIO
- dispatch_
fd_ t - dispatch type for file descriptor
- dispatch_
io_ close_ flags_ t - dispatch_
io_ type_ t
Functions§
- read_
completion - Calls
dispatch_read
with the specified completion handler. You can use ablocksr::continuation
to wrap this in an async method if desired. - write_
completion - Calls
dispatch_write
with the specified completion handler. You can use ablocksr::continuation
to wrap this in an async method if desired.