Zth (libzth)
|
Functions | |
ssize_t | read (int fd, void *buf, size_t count) |
Like normal read (), but forwards the poll () to the zth::Waiter in case it would block. More... | |
ssize_t | write (int fd, void const *buf, size_t count) |
Like normal write (), but forwards the poll () to the zth::Waiter in case it would block. More... | |