advanced35 minby DevFox

Structured Concurrency and Cancellation

Task groups that cannot leak a task, timeouts that actually stop work, and treating CancelledError as control flow rather than an error to swallow.

  • Python
  • Async