diff options
Diffstat (limited to 'examples/threads')
| -rw-r--r-- | examples/threads/threads.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/threads.tm b/examples/threads/threads.tm index 8be568cd..16beb9bc 100644 --- a/examples/threads/threads.tm +++ b/examples/threads/threads.tm @@ -85,7 +85,7 @@ func main(): t := PThread.new(func(): say("In another thread!") - item := @NONE:Int + item := @none:Int while item[] != 30: g:guarded(func(): while queue.length == 0: |
