EnTT 3.16.0
Loading...
Searching...
No Matches
fwd.hpp
1#ifndef ENTT_PROCESS_FWD_HPP
2#define ENTT_PROCESS_FWD_HPP
3
4#include <cstdint>
5#include <memory>
6
7namespace entt {
8
9template<typename, typename = std::allocator<void>>
10class basic_process;
11
14
15template<typename, typename = std::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:22
basic_process< std::uint32_t > process
Alias declaration for the most common use case.
Definition fwd.hpp:13
basic_scheduler< std::uint32_t > scheduler
Alias declaration for the most common use case.
Definition fwd.hpp:19