tests: more reliable error checking
[rainbows.git] / TODO
blob553e5119c2266dc75c46a687ee78cecfa19b5124
1 = TODO items for Rainbows!
3 We're lazy and pick the easy items to do first, then the ones people
4 care about.
6 * Rev + Thread - current Rev model with threading, which will give
7   us a streaming (but rewindable) "rack.input".
9 * EventMachine - much like Rev, but we haven't looked at this one much
10   (our benevolent dictator doesn't like C++).  If we can figure out how
11   to do Rev without Revactor, then this should be pretty easy.
13 * Fiber support - Revactor already uses these with Ruby 1.9, also not
14   sure how TeeInput can be done with this.
16 * Omnibus - haven't looked into it, probably like Revactor with 1.8?
18 * Rubinius Actors - should be like Revactor and easily doable once
19   Rubinius gets more mature.