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
11namespace rotor {
12namespace fltk {
13
16
19
20} // namespace fltk
21} // namespace rotor
namespace for fltk adapters for rotor
Definition fltk.hpp:20
supervisor_config_builder_t< Supervisor > supervisor_config_fltk_builder_t
CRTP supervisor fltk config builder (just an alias for generic builder)
Definition supervisor_config_fltk.h:18
supervisor_config_t supervisor_config_fltk_t
alias for supervisor config
Definition supervisor_config_fltk.h:15
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21
CRTP supervisor config builder.
Definition supervisor_config.h:72
base supervisor config, which holds shutdown timeout value
Definition supervisor_config.h:23