1#ifndef ENTT_PROCESS_FWD_HPP
2#define ENTT_PROCESS_FWD_HPP
4#include "../stl/cstdint.hpp"
5#include "../stl/memory.hpp"
9template<
typename,
typename = stl::allocator<
void>>
15template<
typename,
typename = stl::allocator<
void>>
Base class for processes.
Cooperative scheduler for processes.
basic_scheduler< stl::uint32_t > scheduler
Alias declaration for the most common use case.
basic_process< stl::uint32_t > process
Alias declaration for the most common use case.