Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::threader Struct Reference

#include <threader.h>

Public Member Functions

 threader ()
 
auto init (rtti::context &ctx) -> bool
 
auto deinit (rtti::context &ctx) -> bool
 
void process ()
 

Public Attributes

std::unique_ptr< tpp::thread_pool > pool {}
 

Detailed Description

Definition at line 13 of file threader.h.

Constructor & Destructor Documentation

◆ threader()

unravel::threader::threader ( )

Definition at line 8 of file threader.cpp.

Member Function Documentation

◆ deinit()

auto unravel::threader::deinit ( rtti::context & ctx) -> bool

Definition at line 37 of file threader.cpp.

◆ init()

auto unravel::threader::init ( rtti::context & ctx) -> bool

Definition at line 30 of file threader.cpp.

◆ process()

void unravel::threader::process ( )

Definition at line 50 of file threader.cpp.

Member Data Documentation

◆ pool

std::unique_ptr<tpp::thread_pool> unravel::threader::pool {}

Definition at line 22 of file threader.h.


The documentation for this struct was generated from the following files: