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