about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-25 12:14:21 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-25 13:01:21 -0800
commit06de4af18d1ba3b28e49e9d8f700df4eca36e635 (patch)
treea0481043f33be4a099f7e8f0e5e4a1a46fe99d6d /TODO
parent7da8f7696fafc22a50dbcded6ca44cad7ae32ab6 (diff)
downloadrainbows-06de4af18d1ba3b28e49e9d8f700df4eca36e635.tar.gz
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index 8a47a37..483bd6a 100644
--- a/TODO
+++ b/TODO
@@ -7,15 +7,13 @@ care about.
   unit tests, only integration tests that exercise externally
   visible parts.
 
-* Rev + Thread - current Rev model with threading, which will give
-  us a streaming (but rewindable) "rack.input".
-
 * EventMachine.spawn - should be like Revactor, maybe?
 
-* Rev + callcc - current Rev model with callcc (should work with MBARI)
+* {Packet,Rev,EventMachine}+Fibers
 
-* Fiber support - Revactor already uses these with Ruby 1.9, also not
-  sure how TeeInput can be done with this.
+* {Packet,Rev}ThreadPool
+
+* Rev + callcc - current Rev model with callcc (should work with MBARI)
 
 * Omnibus - haven't looked into it, probably like Revactor with 1.8?