TimedCompletionGuard [constructor] | Constructors |
~TimedCompletionGuard [destructor] | Invoke release and destroy this guard. |
get_allocator | Return the allocator used to supply memory. |
guard | Schedule a handler invocation after duration unless released. |
isGuarding | Return true if this guard is currently configured with a duration to guard, and false otherwise. |
release | If a thread is waiting to alert at expiration of the set duration, join the thread, thus preventing any alerting. |
updateText | Update the completion-guard message text to text. |