Pykka项目的目的是为Python提供了易用的并发操作抽象层,使用Actor模式。 Pykka提供了ActorAPI,包含两种不同的实现: ThreadingActorisbuiltonthePythonStandardLibrary’sthreadingandQueuemodules,andhasnodependenciesoutsidePythonitself.Itplayswelltogetherwithnon-actorthreads. GeventActorisbuiltonthegeven