Skip to content

A library for using asynchronous network i/o while programming like it's synchronous i/o. Inspired by gevent.

License

Notifications You must be signed in to change notification settings

reversefold/jevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JEvent

A library for using asynchronous network i/o while programming like it's synchronous i/o, written in pure python. Inspired by gevent.

The idea is to have a gevent-like library that can monkey-patch system libraries but written in pure python so it can work with pypy. The only dependency currently is greenlet, which is included in pypy-c by default now.

About

A library for using asynchronous network i/o while programming like it's synchronous i/o. Inspired by gevent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages