TaskGroup::dispose
(PHP 8.6+, True Async 1.0)
public TaskGroup::dispose(): void
Ruft dispose() auf dem internen Scope der Gruppe auf, was zum Abbruch aller Coroutinen fuehrt.
Siehe auch
- TaskGroup::cancel — Alle Aufgaben abbrechen
- Scope — Verwaltung des Coroutine-Lebenszyklus