Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ CallbackData
Class
CallbackData
RedisStudio/Base/Thread.h:22–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#endif
21
22
struct CallbackData
23
{
24
CallbackData(): callback(0), pData(0)
25
{
26
}
27
28
Callable callback;
29
void* pData;
30
};
31
32
enum Priority
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected