SenderThread

Manages the send queue

Constructors

this
this(Client client)

Constructs a new sender thread with the associated client

Members

Functions

end
void end()

Stops the send queue manager

sq
void sq(ubyte[] encodedMessage)

Enqueues the raw message into the send queue for eventual sending

Meta