diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 15:31:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-05 15:31:57 +0100 |
| commit | 97d846f41e2bccf7957983c03d1fe9867b789efb (patch) | |
| tree | 9d2193612d3f9b3976bea40243d63e60d31fe5d9 /include/ocl/asio.hpp | |
| parent | fcc9da9f2f3b5c3002349e43faad065716606751 (diff) | |
[FEAT] New Option 2 example, updated README, fixed crc_hash.hpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/asio.hpp')
| -rw-r--r-- | include/ocl/asio.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/asio.hpp b/include/ocl/asio.hpp index 43ebd71..bcab94f 100644 --- a/include/ocl/asio.hpp +++ b/include/ocl/asio.hpp @@ -25,7 +25,7 @@ namespace ocl::asio { using io_context_type = boost::asio::io_context; - using run_pred_type = void(*)(); + using run_pred_type = void (*)(); template <run_pred_type IOCPred> inline void run(io_context_type& ioc) @@ -40,6 +40,6 @@ namespace ocl::asio } } -} // namespace ocl +} // namespace ocl::asio #endif |
