Add EventDriverTimers.isUnique.
This commit is contained in:
parent
956978cc79
commit
6851776358
2 changed files with 11 additions and 0 deletions
|
@ -422,6 +422,9 @@ interface EventDriverTimers {
|
|||
Returns `false` $(I iff) the last reference was removed by this call.
|
||||
*/
|
||||
bool releaseRef(TimerID descriptor);
|
||||
|
||||
/// Determines if the given timer's reference count equals one.
|
||||
bool isUnique(TimerID descriptor) const;
|
||||
}
|
||||
|
||||
interface EventDriverWatchers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue