diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-23 22:38:25 +0000 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2025-03-23 22:38:25 +0000 |
commit | c803ecf4213487591e75f66a6f1c1b0ac1ea4f5e (patch) | |
tree | d8d1d3be9b1e57f6ab3d98efbb8a5bf2672b4918 /thread/thread.rkt | |
parent | a2feba2d918db861ea85d22887f73993c173e742 (diff) |
Get threading of world working
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) |