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