|
FastLED 3.9.15
|
| using fl::asio::connect_handler = fl::function<void(const error_code &ec)> |
Asio-style connect completion handler signature.
Matches the standard connect handler: void(error_code). Maps to boost::asio's ConnectHandler concept.
Definition at line 18 of file completion_handler.h.