mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Documents units.
This commit is contained in:
parent
c5edc879b6
commit
4766ec55fe
@ -19,6 +19,9 @@
|
||||
|
||||
/// Initialises a new instance of the high precision timer; the timer will begin
|
||||
/// 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;
|
||||
|
||||
/// Stops the timer.
|
||||
|
Loading…
Reference in New Issue
Block a user