rotor
Event loop friendly C++ actor micro-framework
Loading...
Searching...
No Matches
supervisor_config_fltk.h
1
#pragma once
2
3
//
4
// Copyright (c) 2019-2024 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
5
//
6
// Distributed under the MIT Software License
7
//
8
9
#include "rotor/supervisor_config.h"
10
11
namespace
rotor
{
12
namespace
fltk {
13
15
using
supervisor_config_fltk_t
=
supervisor_config_t
;
16
18
template
<
typename
Supervisor>
using
supervisor_config_fltk_builder_t
=
supervisor_config_builder_t<Supervisor>
;
19
20
}
// namespace fltk
21
}
// namespace rotor
rotor
Basic namespace for all rotor functionalities.
Definition
rotor.hpp:21
rotor::supervisor_config_builder_t
CRTP supervisor config builder.
Definition
supervisor_config.h:72
rotor::supervisor_config_t
base supervisor config, which holds shutdown timeout value
Definition
supervisor_config.h:23
include
rotor
fltk
supervisor_config_fltk.h
Generated by
1.9.8