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

Method PostTask

net/win/SocketImpl.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void CSocketImpl::PostTask(std::function<void(void)>& func) {
133 _event_actions->PostTask(func);
134}
135
136void CSocketImpl::Recv(base::CMemSharePtr<CEventHandler>& event) {
137 EventOverlapped* context = (EventOverlapped*)event->_data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected