Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ AddAsyncJob
Method
AddAsyncJob
NetStream/include/yt_utils.h:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
public:
22
23
AddAsyncJob(Log *parent, const char *data) : job::JobItem(
"ytutils::AddAsyncJob"
, NULL), m_parent(parent), m_data(data)
24
{
25
26
}
27
28
~AddAsyncJob() {}
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected