File tree Expand file tree Collapse file tree 4 files changed +1
-94
lines changed
Expand file tree Collapse file tree 4 files changed +1
-94
lines changed Original file line number Diff line number Diff line change 1616#include < boost/beast2/server/serve_static.hpp>
1717#include < boost/beast2/error.hpp>
1818#include < boost/capy/application.hpp>
19- #include < boost/capy/async_result.hpp>
2019#include < boost/capy/thread_pool.hpp>
2120#include < boost/http_proto/request_parser.hpp>
2221#include < boost/http_proto/serializer.hpp>
@@ -133,7 +132,7 @@ my_coro(
133132{
134133 (void )rp;
135134 asio::thread_pool tp (1 );
136- co_await capy::make_async_result <void >(
135+ co_await capy::make_async_op <void >(
137136 [&tp](auto && handler)
138137 {
139138 asio::post (tp.get_executor (),
Original file line number Diff line number Diff line change 4040#include < boost/beast2/logger.hpp>
4141#include < boost/beast2/body_read_stream.hpp>
4242#include < boost/beast2/read.hpp>
43- #include < boost/beast2/spawn.hpp>
4443// #include <boost/beast2/ssl_stream.hpp>
4544#include < boost/beast2/write.hpp>
4645
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111// #include <boost/beast2/stream.hpp>
1212
1313#include < boost/beast2/detail/config.hpp>
14- #include < boost/beast2/spawn.hpp>
1514#include < boost/beast2/test/stream.hpp>
1615#include < boost/buffers/any_stream.hpp>
1716#include < boost/asio/use_awaitable.hpp>
You can’t perform that action at this time.
0 commit comments