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

Method DestroyAsync

NetStream/source/tex_pool.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void TexPool::DestroyAsync()
38{
39 SetAlive(false);
40 DestroyJob *job = new DestroyJob(this);
41 common::SharedPtr<job::JobItem> itemParam(job);
42 job::JobQueue::DefaultQueue()->Enqueue(itemParam);
43}
44
45bool TexPool::Add(Plugin *plugin, IDParam const& id, bool allowReplace)
46{

Callers 2

~YouTubeMethod · 0.80
~HVDBMethod · 0.80

Calls 1

EnqueueMethod · 0.80

Tested by

no test coverage detected