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

Method set_non_blocking

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

Source from the content-addressed store, hash-verified

326}
327
328void socket::set_non_blocking(bool mode) {
329 if (mFd != -1) {
330 set_nonblocking(mFd, mode);
331 }
332 mNonBlocking = mode;
333}
334
335bool socket::is_non_blocking() const { return mNonBlocking; }
336

Callers

nothing calls this directly

Calls 1

set_nonblockingFunction · 0.70

Tested by

no test coverage detected