misc/pause library
Classes
- PauseToken
-
A PauseToken is a mechanism for
cooperativepause/resume of 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.