tango-controls / pytango

This project was moved to gitlab.com
http://pytango.rtfd.io
54 stars 44 forks source link

Update green mode docs and asyncio example #334

Closed ajoubertza closed 4 years ago

ajoubertza commented 4 years ago

These changes are based on comments in issue #333.

The fact that "asyncio is preferred" was agreed to at the Tango Kernel Developers meeting on 27/02/2020. gevent and concurrent.futures are still supported, but we favour the asyncio approach going forward as it is the Python standard.