douban / greenify

Make blocking C library work with gevent
BSD 3-Clause "New" or "Revised" License
430 stars 58 forks source link

Bootstrap Cython compilation; Support greenified sendmsg. #6

Closed mckelvin closed 9 years ago

mckelvin commented 9 years ago

Bootstrap Cython compilation

pip install git+git://github.com/douban/greenify.git#egg=greenify会报错,PR后可通过pip install git+git://github.com/mckelvin/greenify.git@sendmsg#egg=greenify 测试。

Support greenified sendmsg

为libmc支持gevent做准备。

cc @windreamer