scenario_simulator_v2 C++ API
Public Member Functions | List of all members
concealer::TaskQueue Class Reference

#include <task_queue.hpp>

Public Member Functions

 TaskQueue ()
 
void stopAndJoin ()
 
 ~TaskQueue ()
 
template<typename F >
decltype(auto) delay (F &&f)
 
bool exhausted () const noexcept
 
void rethrow () const
 

Constructor & Destructor Documentation

◆ TaskQueue()

concealer::TaskQueue::TaskQueue ( )
explicit

◆ ~TaskQueue()

concealer::TaskQueue::~TaskQueue ( )

Member Function Documentation

◆ delay()

template<typename F >
decltype(auto) concealer::TaskQueue::delay ( F &&  f)
inline

◆ exhausted()

bool concealer::TaskQueue::exhausted ( ) const
noexcept

◆ rethrow()

void concealer::TaskQueue::rethrow ( ) const

◆ stopAndJoin()

void concealer::TaskQueue::stopAndJoin ( )

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