Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ HandlerFactory
Class
HandlerFactory
phxqueue/comm/handler.h:64–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
};
63
64
class HandlerFactory {
65
public:
66
HandlerFactory() {}
67
virtual ~HandlerFactory() {}
68
virtual Handler *New() = 0;
69
};
70
71
72
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected