Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

asyncoro

Compare

  Analyzed 1 day ago

asyncoro is a Python framework for developing concurrent, distributed programming with asynchronous completions and coroutines. asyncoro features include asynchronous (non-blocking) sockets, efficient polling mechanisms epoll, kqueue, /dev/poll, Windows IO Completion Ports for high performance and ... [More] scalability, SSL for security, asynchronous timers, locking primitives, database cursor operations, communicating coroutines with messages, channels for broadcasting messages, remote execution of coroutines, hot-swapping coroutine functions, and more. Programs developed with asyncoro have same logic and structure as programs with threads, except for a few syntactic changes. Coroutines exchanging messages can be local or distributed in many asyncoro instances across network. [Less]

19.1K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This