EnTT 4.0.0
Loading...
Searching...
No Matches
fwd.hpp
1#ifndef ENTT_PROCESS_FWD_HPP
2#define ENTT_PROCESS_FWD_HPP
3
4#include "../stl/cstdint.hpp"
5#include "../stl/memory.hpp"
6
7namespace entt {
8
9template<typename, typename = stl::allocator<void>>
10class basic_process;
11
14
15template<typename, typename = stl::allocator<void>>
16class basic_scheduler;
17
20
21} // namespace entt
22
23#endif
Base class for processes.
Definition process.hpp:72
Cooperative scheduler for processes.
Definition scheduler.hpp:36
EnTT default namespace.
Definition dense_map.hpp:25
basic_scheduler< stl::uint32_t > scheduler
Alias declaration for the most common use case.
Definition fwd.hpp:19
basic_process< stl::uint32_t > process
Alias declaration for the most common use case.
Definition fwd.hpp:13