首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 纯Python pyevent仿真模块

纯Python pyevent仿真模块

资 源 简 介

More and more applications are coming to rely on pyevent. The problem is that pyevent itself requires compiling external modules and therefore presents a deployment hurdle. The rel module is a drop-in replacement for pyevent that completely emulates pyevent"s interface, behavior and functionality on any system with Python. It will use pyevent if it"s available, and if it"s not rel will use the fastest method supported by the system. Epoll, poll, kqueue, and select are currently implemented. To use rel: 1. download it: "sudo easy_install rel" or install the package hosted here. 1. put "import rel; rel.override()" at the top of the start script for your prevent application Now on github!
VIP VIP
0.193446s