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

Method open_callback

lib_acl_cpp/src/ipc/ipc_client.cpp:320–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320bool ipc_client::open_callback(void)
321{
322 // ���ӳɹ�������IO��д�ص�����
323 async_stream_->add_read_callback(this);
324 async_stream_->add_write_callback(this);
325
326 // ֪ͨ����������Ϣ�������ɹ�
327 on_open();
328
329 // ���� true ��ʾ�����첽����
330 return true;
331}
332
333} // namespace acl

Callers 1

Calls 3

add_read_callbackMethod · 0.80
add_write_callbackMethod · 0.80
on_openFunction · 0.50

Tested by

no test coverage detected