io_trywritetimeout(3diet)

NAME

io_trywritetimeout - write to a descriptor without blocking

SYNTAX

#include <io.h>

int io_trywritetimeout(int64 fd,const char* buf,int64 len);

DESCRIPTION

io_trywritetimeout is identical to io_trywrite, with the following exception: if

o io_trywrite returns -1 (the descriptor is not ready for writing),
and
o the descriptor has a timeout, and
o the write attempt was after the descriptor's timeout,
then io_trywritetimeout instead returns -2, with errno set to ETIMEDOUT.

SEE ALSO

io_nonblock(3), io_waitwrite(3), io_trywrite(3)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout