git-svn-id: svn://ultimatepp.org/upp/trunk@7076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-03-23 16:18:54 +00:00
parent e6b59553c5
commit d79edc279e

View file

@ -153,7 +153,9 @@ switches SO`_LINGER off.&]
[s2;%% Waits for at most timeout for [%-*@3 events], which can be a
combination of WAIT`_READ (wait for more input bytes available),
WAIT`_WRITE (wait till it is possible to write something to socket).
Wait also always returns when socket exception happens.&]
Wait also always returns when socket exception happens. Returns
true if wait was successful (data can be written/read after the
wait), false on timeout.&]
[s3;%% &]
[s4;%% &]
[s5;:TcpSocket`:`:WaitRead`(`): [@(0.0.255) bool]_[* WaitRead]()&]