rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
thread.hpp
Go to the documentation of this file.
1#pragma once
2
3//
4// Copyright (c) 2019-2020 Ivan Baidakou (basiliscos) (the dot dmol at gmail dot com)
5//
6// Distributed under the MIT Software License
7//
8
13#include "rotor/thread/supervisor_thread.h"
14#include "rotor/thread/system_context_thread.h"
15
16namespace rotor {
17
19namespace thread {}
20
21} // namespace rotor
Basic namespace for all rotor functionalities.
Definition rotor.hpp:21