| 130 | } |
| 131 | |
| 132 | void CSocketImpl::PostTask(std::function<void(void)>& func) { |
| 133 | _event_actions->PostTask(func); |
| 134 | } |
| 135 | |
| 136 | void CSocketImpl::Recv(base::CMemSharePtr<CEventHandler>& event) { |
| 137 | EventOverlapped* context = (EventOverlapped*)event->_data; |
nothing calls this directly
no outgoing calls
no test coverage detected