MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ThreadRef

Method ThreadRef

tests/common/simplethread.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 ThreadRef(void* callbackObj, CallbackFunc callbackFunc)
21 : callbackObj(callbackObj), callbackFunc(callbackFunc)
22 {
23 }
24
25 void* callbackObj;
26 CallbackFunc callbackFunc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected