about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..2c90a09
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+= TODO items for Rainbows!
+
+We're lazy and pick the easy items to do first, then the ones people
+care about.
+
+* Rev (without Revactor) - since we already use Revactor we might as
+  well support this one so 1.8 users won't be left out.  Doing TeeInput
+  is probably going to get ugly, though...
+
+* EventMachine - much like Rev, but we haven't looked at this one much
+  (our benevolent dictator doesn't like C++).  If we can figure out how
+  to do Rev without Revactor, then this should be pretty easy.
+
+* Fiber support - Revactor already uses these with Ruby 1.9, also not
+  sure how TeeInput can be done with this.
+
+* Omnibus - haven't looked into it, probably like Revactor with 1.8?
+
+* Rubinius Actors - should be like Revactor and easily doable once
+  Rubinius gets more mature.