io_trywritetimeout
write to a descriptor without blocking
- Provided by: libowfat-dev (Version: 0.32-4.1build1)
- Source: libowfat
- Report a bug
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.