tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
TestStream
tagion
network
ReceiveBuffer
Undocumented in source.
version(unittest)
@
safe
@
safe
struct
TestStream {
const
(
void
)[]
buffer
;
size_t
chunck
;
uint
count
;
this
(const(ubyte[]) buf);
ptrdiff_t
receive
(void[] buf);
}
Constructors
this
this
(const(ubyte[]) buf)
Undocumented in source.
Members
Functions
receive
ptrdiff_t
receive
(void[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
const
(
void
)[]
buffer
;
Undocumented in source.
chunck
size_t
chunck
;
Undocumented in source.
count
uint
count
;
Undocumented in source.
Meta
Source
See Implementation
tagion
network
ReceiveBuffer
structs
ReceiveBuffer
TestData
TestStream