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

Function shared_accept

lib_acl_cpp/include/acl_cpp.cn/stream/server_socket.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 // ʹ�� c++11 shared_ptr ��ʽ��ÿͻ���������, ����ȫ��ʹ��������
117
118 shared_stream shared_accept(int timeout = -1, bool* etimed = NULL) {
119 shared_stream ss(accept(timeout, etimed));
120 return ss;
121 }
122#endif
123
124 /**

Callers

nothing calls this directly

Calls 1

acceptFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…