FastLED 3.9.15
Loading...
Searching...
No Matches

◆ io_handler

Initial value:
fl::function<void(const error_code &ec, size_t bytes_transferred)>
Asio-compatible error code: numeric code + optional human-readable message.
Definition error_code.h:31

Asio-style I/O completion handler signature.

Matches the standard async I/O handler: void(error_code, size_t). Maps to boost::asio's ReadHandler / WriteHandler concepts.

Definition at line 12 of file completion_handler.h.