MCPcopy Create free account
hub / github.com/cinience/RedisStudio / CallbackData

Method CallbackData

RedisStudio/Base/Thread.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 struct CallbackData
23 {
24 CallbackData(): callback(0), pData(0)
25 {
26 }
27
28 Callable callback;
29 void* pData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected