Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
455
void acceptor::async_accept(socket &peer, connect_handler handler) {
456
error_code ec = accept(peer);
457
if (handler) {
458
handler(ec);
459
}
460
}
461
462
void acceptor::close() {
463
if (mFd != -1) {
Callers
nothing calls this directly
Calls
1
accept
Function · 0.50
Tested by
no test coverage detected