tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
WriteTransport
tanya
async
transport
Interface for write-only transports.
interface
WriteTransport :
Transport
{
void
write
(ubyte[] data);
}
Members
Functions
write
void
write
(ubyte[] data)
Write some data to the transport.
Meta
Source
See Implementation
tanya
async
transport
interfaces
DuplexTransport
ReadTransport
SocketTransport
Transport
WriteTransport
Interface for write-only transports.