Modified: MacRuby/trunk/TODO (2826 => 2827)
--- MacRuby/trunk/TODO 2009-10-16 01:37:01 UTC (rev 2826)
+++ MacRuby/trunk/TODO 2009-10-16 01:39:45 UTC (rev 2827)
@@ -44,12 +44,12 @@
[ ] leaks
[ ] implement ~RoxorVM
[ ] fix exception leak
-[ ] thread issues
+[/] thread issues
[ ] method cache is not thread safe
[ ] block dvars are corrupted in case the receiver leaves
ex: 10.times { |i| Thread.new { p i } }; sleep 1
[ ] lazy threads (GCD, etc.) are never finalized
- [ ] random.c is not thread-safe and should be rewritten using random(3)
+ [X] random.c is not thread-safe and should be rewritten using random(3)
For 0.6: