MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / AddAsync

Method AddAsync

NetStream/source/tw_utils.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void twutils::Log::AddAsync(const char *data)
110{
111 AddAsyncJob *job = new AddAsyncJob(this, data);
112 common::SharedPtr<job::JobItem> itemParam(job);
113 job::JobQueue::DefaultQueue()->Enqueue(itemParam);
114}
115
116void twutils::Log::Remove(const char *data)
117{

Callers 4

OnListButtonMethod · 0.45
CreateListItemMethod · 0.45
CreateListItemMethod · 0.45
OnFavButtonMethod · 0.45

Calls 1

EnqueueMethod · 0.80

Tested by

no test coverage detected