Socket.blocking

  1. inout(bool) blocking [@property getter]
  2. bool blocking [@property setter]
    class Socket
    @property
    void
    blocking
    (
    bool yes
    )

Parameters

yes bool

Socket's blocking flag.

Meta