- https://docs.python.org/3/library/concurrent.futures.html
- https://docs.python.org/3/library/asyncio-eventloop.html#asy...
Using cython:
with nogil: # whatever you need to do, as long as it # doesn't touch a python object
- https://docs.python.org/3/library/concurrent.futures.html
- https://docs.python.org/3/library/asyncio-eventloop.html#asy...