about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-30 01:54:50 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-30 01:55:08 -0800
commitc5a3c62647d8b45f83dba6306a80c8d3035cf3b3 (patch)
tree04296c480fad5b097d4416429de3e7c3bb5db803
parent96fbc5e91017c4912169629abc7dbb56cda9082c (diff)
downloadrainbows-c5a3c62647d8b45f83dba6306a80c8d3035cf3b3.tar.gz
EM::Deferrables done, NeverBlock updates...
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 55f0e4b..58e596a 100644
--- a/TODO
+++ b/TODO
@@ -3,14 +3,15 @@
 We're lazy and pick the easy items to do first, then the ones people
 care about.
 
+* Split out NeverBlock into NeverBlockEventMachine and NeverBlockReactor
+  NeverBlock will default to one of them (depending on NB upstream).
+
 * Improve test suite coverage.  We won't waste cycles with puny
   unit tests, only integration tests that exercise externally
   visible parts.
 
 * EventMachine.spawn - should be like Revactor, maybe?
 
-* EventMachine deferrables
-
 * conditional app.deferred?(env) support
   Merb uses it, some other servers support it