diff options
Diffstat (limited to 'thread/thread.rkt')
-rw-r--r-- | thread/thread.rkt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thread/thread.rkt b/thread/thread.rkt index bf7d8eb..6fac881 100644 --- a/thread/thread.rkt +++ b/thread/thread.rkt @@ -7,4 +7,5 @@ thread-wait sleep sync/timeout - current-thread) + current-thread + current-inexact-monotonic-milliseconds) |