MCPcopy Create free account
hub / github.com/FastLED/FastLED / async_accept

Method async_accept

src/fl/stl/asio/ip/tcp.cpp.hpp:455–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void acceptor::async_accept(socket &peer, connect_handler handler) {
456 error_code ec = accept(peer);
457 if (handler) {
458 handler(ec);
459 }
460}
461
462void acceptor::close() {
463 if (mFd != -1) {

Callers

nothing calls this directly

Calls 1

acceptFunction · 0.50

Tested by

no test coverage detected