Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ asyncResumeReading
Method
asyncResumeReading
Libraries/AsyncStreams/AsyncStreams.cpp:345–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
AsyncReadableStream::~AsyncReadableStream() {}
344
345
Result AsyncReadableStream::asyncResumeReading() { return Result(true); }
346
347
Result AsyncReadableStream::asyncDestroyReadable() { return finishedDestroyingReadable(); }
348
Callers
nothing calls this directly
Calls
1
Result
Class · 0.50
Tested by
no test coverage detected