MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / PostTask

Method PostTask

net/linux/SocketImpl.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void CSocketImpl::PostTask(std::function<void(void)>& func) {
115 _event_actions->PostTask(func);
116}
117
118void CSocketImpl::Recv(base::CMemSharePtr<CEventHandler>& event) {
119 if (!event->_client_socket) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected