Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Apr 17, 2024
1 parent b774bd0 commit 67c9cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uing.nim
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ proc timer*(milliseconds: int; fun: proc (): bool) =
## `queueMain() <#queueMain,proc(pointer),pointer>`_
##
## .. note:: The minimum exact timing, either accuracy (timer burst, etc.)
## or granularity (15ms on Windows, etc.), is OS-defined
## or granularity (15ms on Windows, etc.), is OS-defined
# TODO If its "OS-defined" then tell me?

let fn = TimerProc(fn: fun)
GC_ref fn
Expand Down

0 comments on commit 67c9cff

Please sign in to comment.