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