RESTinio
default_strands.hpp
Go to the documentation of this file.
1 /*
2  * RESTinio
3  */
4 
11 #pragma once
12 
14 
15 namespace restinio
16 {
17 
23 using default_strand_t = asio_ns::strand< default_asio_executor >;
24 
29 
30 } /* namespace restinio */
31 
restinio::noop_strand_t
default_asio_executor noop_strand_t
A typedef for no-op strand type.
Definition: default_strands.hpp:28
asio_include.hpp
restinio::default_asio_executor
asio_ns::executor default_asio_executor
Definition: asio_include.hpp:224
restinio
Definition: asio_include.hpp:21
restinio::default_strand_t
asio_ns::strand< default_asio_executor > default_strand_t
A typedef for the default strand type.
Definition: default_strands.hpp:23