This repository was archived by the owner on Jun 16, 2025. It is now read-only.
TaskGroup pattern
Pre-release
Pre-release
The TaskGroup
pattern has significantly simplified the RFC logic on one hand, while on the other hand preserving the advantages of separating explicit and implicit tasks, as was done in the previous version of the RFC.
TaskGroup
provides an API similar to Python’s counterpart, simplifying the logic of Scope
and giving developers the flexibility to combine both approaches when needed.
The RFC has also adopted a global philosophy of being Cancellable by design.