Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
Thread.cpp File Reference
#include "Thread.hpp"

Namespaces

namespace  Faro
 

Functions

void Faro::Sleep (Duration duration)
 Sleep the calling thread by the given duration.
 
void Faro::RunOnThread (String threadId, ThreadTask task)
 

Variables

ThreadSafe< Array< IThreadInterface * > > Faro::registeredThread