Skip to content
Eric Snow edited this page May 18, 2024 · 1 revision

What Is Concurrency and Parallelism?

...

What Are They Actually Good For?

XXX enumerate use cases with examples

What Are the Best Approaches?

XXX enumerate the approaches

The Python Story

  • how is it done in Python? elsewhere?
  • how might free-threading/subinterpreters help?
  • how might they lead to new patterns in Python?
  • what new libraries/APIs might be useful?