io_trywritetimeout(3) | Library Functions Manual | io_trywritetimeout(3) |
io_trywritetimeout - write to a descriptor without blocking
#include <libowfat/io.h>
int io_trywritetimeout(int64 fd,const char* buf,int64 len);
io_trywritetimeout is identical to io_trywrite, with the following exception: if
then io_trywritetimeout instead returns -2, with errno set to ETIMEDOUT.