VirtualConnection

Circle buffer, for fibers only

Constructors

this
this(CBufferCls rx, CBufferCls tx, string name)
Undocumented in source.

Members

Functions

read
void[] read(void[] ext, CanRead cr)
Undocumented in source. Be warned that the author may not have intended to support it.
reconnect
void reconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
rx
CBufferCls rx;
tx
CBufferCls tx;
Undocumented in source.

Inherited Members

From AbstractConnection

_rtm
Duration _rtm;
_wtm
Duration _wtm;
Undocumented in source.
readTimeout
Duration readTimeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeTimeout
Duration writeTimeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readTimeout
Duration readTimeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeTimeout
Duration writeTimeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(void)[] data)
Undocumented in source.
read
void[] read(void[] buffer, CanRead cr)
Undocumented in source.
reconnect
void reconnect()
Undocumented in source.

Meta