mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Documents units.
This commit is contained in:
@@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
/// Initialises a new instance of the high precision timer; the timer will begin
|
/// Initialises a new instance of the high precision timer; the timer will begin
|
||||||
/// ticking immediately.
|
/// ticking immediately.
|
||||||
|
///
|
||||||
|
/// @param task The block to perform each time the timer fires.
|
||||||
|
/// @param interval The interval at which to fire the timer, in nanoseconds.
|
||||||
- (instancetype)initWithTask:(dispatch_block_t)task interval:(uint64_t)interval;
|
- (instancetype)initWithTask:(dispatch_block_t)task interval:(uint64_t)interval;
|
||||||
|
|
||||||
/// Stops the timer.
|
/// Stops the timer.
|
||||||
|
Reference in New Issue
Block a user