public
Description: Packet is a Library for Event Driven Network Programming in Ruby
Homepage: http://packet.googlecode.com
Clone URL: git://github.com/gnufied/packet.git
packet / TODO
100644 11 lines (7 sloc) 0.358 kb
1
2
3
4
5
6
7
8
9
10
11
* Overview *
** TODO Implement ability to have a pool of workers.
** TODO Remove class and class instance attributes from core classes.
** TODO Cleanup callback mechanism
** TODO Implement a sample worker, which provides capabilities to execute mysql statements async.
** TODO Implement more cleaner write thingies.
** TODO Implement more cleaner timers.