From c803ecf4213487591e75f66a6f1c1b0ac1ea4f5e Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sun, 23 Mar 2025 22:38:25 +0000 Subject: Get threading of world working --- thread/thread.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thread/thread.rkt') 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) -- cgit v1.2.3