Skip to content

careo/eventlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

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.

About

A Ruby implementation of the Python Eventlet library using EventMachine and fibers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages