Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

TaskGroup pattern

Pre-release
Pre-release

Choose a tag to compare

@EdmondDantes EdmondDantes released this 04 Apr 08:45
· 127 commits to main since this 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.