Socket.blocking

  1. inout(bool) blocking [@property getter]
    class Socket
    @property inout const nothrow @nogc
    inout(bool)
    blocking
    ()
  2. bool blocking [@property setter]

Return Value

Type: inout(bool)

Socket's blocking flag.

Meta