careo/eventlet
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Port of Eventlet library for Ruby/EventMachine + fibers
(c) 2009 Dane Jensen (careo)
Well. Not literally a port. More like heavily inspired by both Eventlet and Stackless Python.
It uses Fibers as the 'greenlets' or 'tasklets', and the EventMachine to handle the scheduling.
Dependencies:
* EventMachine
* Bacon
For more information see:
http://wiki.secondlife.com/wiki/Eventlet/Documentation#Basic_usage
http://members.verizon.net/olsongt/stackless/why_stackless.html#tasklets
License is the same as Ruby's.