diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-12 07:42:35 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-12 07:42:35 +0000 |
commit | 3a7020854d43c4d29ca5cd9013e3af139f378548 (patch) | |
tree | 2a73f7f17fa97d74f5580248e39f39765747d573 /ToDo | |
parent | 2322a131272f705139fb1e6bbcf1d85a0205e8b0 (diff) | |
download | ruby-3a7020854d43c4d29ca5cd9013e3af139f378548.tar.gz |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,6 +28,7 @@ Language Spec. + variables appears within block may have independent values. * Regexp: make /o thread safe. * decide if begin with rescue or ensure make do..while loop. +* a +1 to be a+1, not a(+1). Hacking Interpreter @@ -98,7 +99,9 @@ Standard Libraries * IO#for_fd in general * Array#&, Array#| to allow duplication. ??? - fork_and_kill_other_threads. -* way to specify immortal (fork endurance) thread. +* way to specify immortal (fork endurance) thread; +* or raise ForkException to every thread but fork caller. +* Array#fetch Extension Libraries |