about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 02:44:18 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 02:47:01 -0700
commit0be3542b4e16972e0ec5ff354625f45ea8241883 (patch)
treec84ee04f6f653d9c698fd06cdbf5b9f549595e03 /TODO
parentb5a0a2cce2c10ade80c1bc9a54d73194bb520776 (diff)
downloadrainbows-0be3542b4e16972e0ec5ff354625f45ea8241883.tar.gz
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.