FastLED
3.9.15
Loading...
Searching...
No Matches
completion_handler.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
fl/stl/asio/error_code.h
"
4
#include "
fl/stl/function.h
"
5
6
namespace
fl
{
7
namespace
asio
{
8
12
using
io_handler
=
13
fl::function
<void(
const
error_code
&ec,
size_t
bytes_transferred)>;
14
18
using
connect_handler
=
fl::function
<void(
const
error_code
&ec)>;
19
20
}
// namespace asio
21
}
// namespace fl
error_code.h
function.h
fl::asio::io_handler
fl::function< void(const error_code &ec, size_t bytes_transferred)> io_handler
Asio-style I/O completion handler signature.
Definition
completion_handler.h:12
fl::asio::connect_handler
fl::function< void(const error_code &ec)> connect_handler
Asio-style connect completion handler signature.
Definition
completion_handler.h:18
fl::asio
Definition
completion_handler.h:7
fl
Base definition for an LED controller.
Definition
crgb.hpp:179
fl::function
Definition
xypath.h:27
fl::asio::error_code
Asio-compatible error code: numeric code + optional human-readable message.
Definition
error_code.h:31
fl
stl
asio
completion_handler.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2