AsyncSocket.receiveContinuously

Toggles automatic resubmission of the current receive request upon its successful completion. Enabling this primes the socket so that the next receiveMessage will exhibit the behaviour. Any further calls to receiveMessage while active are forbidden; may only be disabled again in the completion callback provided with the receiveMessage that started it. After disabling, may not be reenabled in the same callback.

  1. bool receiveContinuously [@property getter]
  2. bool receiveContinuously [@property setter]
    class AsyncSocket
    nothrow @property @safe pure
    void
    receiveContinuously
    (
    bool toggle
    )

Meta