Skip to content
This repository has been archived by the owner on May 13, 2018. It is now read-only.

vorner/eveboros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EveBoros ‒ a flexible event loop for Rust

Travis Build Status AppVeyor Build status

Unlike rotor and Tokio, EveBoros doesn't try to force you into some kind of paradigm of using your events. It also resembles more traditional events loop ‒ you register your callbacks (through Event objects) and get them called.

It tries to be flexible and will support plugging futures and rotor machines in the same event loop, allowing to use code from both project in addition to your own on the top of the same loop.

It is in a very early development status. Currently only linux is supported. Other unixes might come soon. Windows support might need pathes from someone actually using Windows.

About

EveBoros ‒ experiment with event loops in Rust (not production quality)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages