Python的并发编程工具包Pykka.zip
Pykka项目的目的是为Python提供了易用的并发操作抽象层,使用Actor模式。
Pykka提供了ActorAPI,包含两种不同的实现:
ThreadingActorisbuiltonthePythonStandardLibrary’sthreadingandQueuemodules,andhasnodependenciesoutsidePythonitself.Itplayswelltogetherwithnon-actorthreads.
GeventActorisbuiltonthegeven
下载地址
用户评论