Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
Hubris::WaitGroup Class Referencefinal

#include <ThreadPool.h>

Public Member Functions

 WaitGroup ()=default
 
void Add (int n)
 
void Done ()
 
void Wait ()
 

Detailed Description

Definition at line 20 of file ThreadPool.h.

Constructor & Destructor Documentation

◆ WaitGroup()

Hubris::WaitGroup::WaitGroup ( )
default

Member Function Documentation

◆ Add()

void Hubris::WaitGroup::Add ( int n)
inline

Definition at line 30 of file ThreadPool.h.

◆ Done()

void Hubris::WaitGroup::Done ( )
inline

Definition at line 35 of file ThreadPool.h.

◆ Wait()

void Hubris::WaitGroup::Wait ( )
inline

Definition at line 43 of file ThreadPool.h.


The documentation for this class was generated from the following file: