hunt ~v1.1.x (2025-02-10T00:10:27.0144053)
Dub
Repo
StreamWriteBuffer
hunt
io
socket
Common
interface
StreamWriteBuffer {
const
(
ubyte
)[]
remaining
();
bool
pop
(size_t size);
void
finish
();
StreamWriteBuffer
next
();
void
next
(StreamWriteBuffer );
size_t
capacity
();
}
Members
Functions
capacity
size_t
capacity
()
Undocumented in source.
finish
void
finish
()
Undocumented in source.
next
StreamWriteBuffer
next
()
Undocumented in source.
next
void
next
(StreamWriteBuffer )
Undocumented in source.
pop
bool
pop
(size_t size)
Undocumented in source.
remaining
const
(
ubyte
)[]
remaining
()
Undocumented in source.
Meta
Source
See Implementation
hunt
io
socket
Common
aliases
AcceptCallBack
AcceptHandler
ConnectionHandler
DataReceivedHandler
DataWrittenHandler
ReadCallBack
UDPReadCallBack
classes
AbstractChannel
AbstractSocketChannel
BaseTypeObject
EventChannel
LoopException
Selector
SocketStreamBuffer
UdpDataObject
enums
ChannelFlag
ChannelType
functions
createAddress
interfaces
Channel
Stream
StreamWriteBuffer
manifest constants
SO_REUSEPORT
mixin templates
OverrideErro
structs
WriteBufferQueue