Asynchronous programming

Marko Rauhamaa marko at pacujo.net
Thu Aug 11 10:22:09 EDT 2016


Steven D'Aprano <steve+python at pearwood.info>:

> Instructions unclear, poked myself in the eye with a sharp stick.

I have updated my Dining Philosophers example for Python 3.5:

   <URL: http://pacujo.net/~marko/philosophers.py>

It demonstrates how to get an event loop and start a number of asyncs
concurrently.


Marko



More information about the Python-list mailing list