Socket.blocking
bool blocking() @property nothrowGet blocking property.
Returns
Whether I/O on this socket is blocking.
void blocking(bool propval) @property nothrowSet blocking property.
Parameters
propval | Whether I/O on this socket is blocking. |