1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Documents units.

This commit is contained in:
Thomas Harte 2020-01-28 23:23:51 -05:00
parent c5edc879b6
commit 4766ec55fe

View File

@ -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.