Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ asyncRead
Method
asyncRead
Libraries/AsyncStreams/AsyncStreams.cpp:896–896 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
895
AsyncDuplexStream::AsyncDuplexStream() {}
896
897
Result AsyncDuplexStream::asyncRead() { return Result(true); }
898
899
Result AsyncDuplexStream::init(AsyncBuffersPool& buffersPool, Span<AsyncReadableStream::Request> readableRequests,
Callers
nothing calls this directly
Calls
1
Result
Class · 0.50
Tested by
no test coverage detected