dfins v0.3.0 (2019-06-25T13:55:22Z)
Dub
Repo
IChannel
dfins
channel
Undocumented in source.
interface
IChannel {
ubyte
[]
send
(const(ubyte[]) msg);
}
Members
Functions
send
ubyte
[]
send
(const(ubyte[]) msg)
Undocumented in source.
Meta
Source
See Implementation
dfins
channel
classes
ChannelTimeoutException
UdpChannel
functions
createUdpChannel
interfaces
IChannel