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

Method shutdown

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

Source from the content-addressed store, hash-verified

240void socket::close() { close_fd(); }
241
242void socket::shutdown() {
243 if (mFd != -1) {
244 plat_shutdown(mFd, SHUT_RDWR);
245 }
246}
247
248size_t socket::read_some(fl::span<u8> buffer, error_code &ec) {
249 ec = error_code();

Callers 1

run_fastled_web_compilerFunction · 0.45

Calls 1

plat_shutdownFunction · 0.85

Tested by

no test coverage detected