MCPcopy Create free account
hub / github.com/acl-dev/acl / read_wakeup

Method read_wakeup

lib_acl_cpp/samples/http_server/http_server.cpp:58–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 virtual bool read_wakeup()
59 {
60 // ����״̬
61 rpc_read_wait_del();
62 rpc_add();
63
64 // ���첽����������ȥ���Ը��첽���ļ��
65 client_->disable_read();
66
67 // ����һ�� http �Ự����
68 rpc_manager::get_instance().fork(http_);
69
70 return true;
71 }
72
73private:
74 aio_socket_stream* client_;

Callers

nothing calls this directly

Calls 4

disable_readMethod · 0.80
rpc_read_wait_delFunction · 0.70
rpc_addFunction · 0.70
forkMethod · 0.45

Tested by

no test coverage detected