misc/pause library
Classes
- PauseToken
- The PauseToken class is intended for pausing and resuming asynchronous operations.
- PauseTokenSource
-
A PauseTokenSource class manages the the pause/resume process for
asynchronous operations.
It works in conjunction with the PauseToken class, providing acooperativepause/resume mechanism.