diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-08 07:10:38 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-08 07:10:38 +0000 |
commit | 2322a131272f705139fb1e6bbcf1d85a0205e8b0 (patch) | |
tree | 955e671a4900baec8f68290207252f37d19d9a3d /ToDo | |
parent | a721bd628ef4ea9846e9395530752ab8e47b4eca (diff) |
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -94,7 +94,11 @@ Standard Libraries * Process::waitall [ruby-talk:4557] * synchronized method - synchronized{...}, synchronized :foo, :bar * move Time::times to Process. -* Module#define_method which takes a name and a body (block, proc or method). +- Module#define_method which takes a name and a body (block, proc or method). +* IO#for_fd in general +* Array#&, Array#| to allow duplication. ??? +- fork_and_kill_other_threads. +* way to specify immortal (fork endurance) thread. Extension Libraries |