MCPcopy Create free account
hub / github.com/defold/defold / PoolCreator

Method PoolCreator

engine/dlib/src/dlib/http_client.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 struct PoolCreator
54 {
55 PoolCreator()
56 {
57 m_Pool = 0;
58 m_Mutex = dmMutex::New();
59 }
60
61 ~PoolCreator()
62 {

Callers

nothing calls this directly

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected