|
LeviLamina
|
Public Member Functions | |
| InterruptableSleep (InterruptableSleep const &)=delete | |
| InterruptableSleep & | operator= (InterruptableSleep const &)=delete |
| template<class R , class P > | |
| void | sleepFor (std::chrono::duration< R, P > duration) |
| template<class C , class D > | |
| void | sleepUntil (std::chrono::time_point< C, D > time) |
| void | sleep () |
| void | interrupt () |