carpentries-incubator / lesson-parallel-python

Parallel Programming in Python
https://carpentries-incubator.github.io/lesson-parallel-python/
Other
11 stars 15 forks source link

Write chapter on `asyncio` #107

Closed jhidding closed 1 year ago

jhidding commented 1 year ago

Asyncio has matured a lot in the last few years. It is not too hard to write worker-pool type of computations directly in asyncio now, without the involvement of dask.

jhidding commented 1 year ago

done in new workbench repo