AsyncTransport

Undocumented in source.

Constructors

this
this(EventLoop loop, TransportType type)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source.
start
bool start()
Undocumented in source.

Properties

eventLoop
eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fd
int fd [@property getter]
Undocumented in source.
isAlive
bool isAlive [@property getter]
Undocumented in source.
transportType
transportType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_loop
EventLoop _loop;
Undocumented in source.
_type
TransportType _type;
Undocumented in source.

Meta