RESTinio
|
Stuff related to limits of active parallel connections. More...
#include <restinio/null_mutex.hpp>
#include <restinio/default_strands.hpp>
#include <restinio/utils/tagged_scalar.hpp>
#include <cstdint>
#include <mutex>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | restinio |
namespace | restinio::connection_count_limits |
namespace | restinio::connection_count_limits::impl |
Typedefs | |
using | restinio::connection_count_limits::max_parallel_connections_t = restinio::utils::tagged_scalar_t< std::size_t, max_parallel_connections_tag > |
A kind of strict typedef for maximum count of active connections. More... | |
using | restinio::connection_count_limits::max_active_accepts_t = restinio::utils::tagged_scalar_t< std::size_t, max_active_accepts_tag > |
A kind of strict typedef for maximum count of active accepts. More... | |
Stuff related to limits of active parallel connections.
Definition in file connection_count_limiter.hpp.