iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
NullDev
iopipe
stream
A source that reads uninitialized data.
struct
NullDev {
size_t
read
(T buf);
}
Members
Functions
read
size_t
read
(T buf)
read the data. Always succeeds.
Meta
Source
See Implementation
iopipe
stream
aliases
IODev
functions
openDev
structs
NullDev
ZeroDev
variables
nullDev
zeroDev
A source that reads uninitialized data.