Interface Timer
Represents a timer.
Inherits from
Properties
Name | Type | Description |
---|---|---|
pending | bool | True if the timer is yet to fire. |
Methods
Name | Description |
---|---|
rearm | Resets the timer to the specified timeout |
stop | Resets the timer and avoids any firing. |
wait | Waits until the timer fires. |
release [inherited] | Releases the ownership of the object. |
acquire [inherited] | Acquires the ownership of an unowned object. |
isOwner [inherited] | Returns true if the calling fiber owns this object |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.