Socket.blocking

bool blocking() @property nothrow

Get blocking property.

Returns

Whether I/O on this socket is blocking.
void blocking(bool propval) @property nothrow

Set blocking property.

Parameters

propvalWhether I/O on this socket is blocking.