TracktionEngine
|
Classes | |
struct | engine::ScopedThreadExitStatusEnabler |
Enables the calling thread to be cancelled from another thread and the calling thread to be able to query this. More... | |
Namespaces | |
namespace | engine |
Functions | |
bool | engine::isCurrentThreadSupplyingExitStatus () |
Returns true if the current thread has an active ScopedThreadExitStatusEnabler. | |
void | engine::signalThreadShouldExit (std::thread::id) |
Can be used to signal that the current thread is waiting to exit. | |
bool | engine::shouldCurrentThreadExit () |
Returns true if the current thread is waiting to exit. | |