Skip to content

Commit 476d9cb

Browse files
committed
Add inline_or_executor<> and inline_or().
1 parent ca29b7e commit 476d9cb

File tree

9 files changed

+1075
-0
lines changed

9 files changed

+1075
-0
lines changed

include/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ nobase_include_HEADERS = \
465465
asio/impl/write_at.hpp \
466466
asio/impl/write.hpp \
467467
asio/inline_executor.hpp \
468+
asio/inline_or_executor.hpp \
468469
asio/io_context.hpp \
469470
asio/io_context_strand.hpp \
470471
asio/ip/address.hpp \

include/asio.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
#include "asio/high_resolution_timer.hpp"
108108
#include "asio/immediate.hpp"
109109
#include "asio/inline_executor.hpp"
110+
#include "asio/inline_or_executor.hpp"
110111
#include "asio/io_context.hpp"
111112
#include "asio/io_context_strand.hpp"
112113
#include "asio/ip/address.hpp"

0 commit comments

Comments
 (0)