Dialer

A Single pending outgoing connection All aio tasks notify the calling thread by sending a message

@safe
struct Dialer {
uint id;
string address;
nng_stream_dialer* dialer;
nng_aio* aio;
string owner_task;
}

Constructors

this
this(uint id, string address_)

Destructor

~this
~this()

free nng memory

Postblit

this(this)
this(this)

copy/postblit disabled

Members

Functions

dial
void dial()

Initiate a connection to the address