TrueAsync
  • Startseite
  • Dokumentation
  • Download
  • RFC
  • Motivation
  • Architektur
  • Mitmachen
EnglishРусскийDeutschFrançaisEspañolItalianoУкраїнська中文한국어

TaskGroup::dispose

Den Gruppen-Scope freigeben.

Erste Schritte
Einführung Warum Asynchronität?
Konfiguration
INI-Einstellungen
Komponenten
Coroutine
Scope
Channels
Future
Context
Cancellation Zombie-Coroutinen Ausnahmen Schnittstellen
Async\Pool
PDO Pool
TaskGroup
__construct()spawn()spawnWithKey()awaitCompletion()cancel()dispose()finally()seal()isFinished()isSealed()count()getResults()getErrors()getIterator()suppressErrors()all()any()race()
TaskSet
FileSystemWatcher
Thread
ThreadChannel
ThreadPool
Funktionsreferenz
Unterstützte Funktionen spawn() spawn_with() await() await_all_or_fail() await_all() await_any_or_fail() await_first_success() await_any_of_or_fail() await_any_of() iterate() suspend() delay() timeout() protect() current_coroutine() current_context() coroutine_context() root_context() get_coroutines() signal() graceful_shutdown()
Integrationen
FrankenPHP
Forschung
IO-Bound vs CPU-bound Warum Coroutinen funktionieren Nebenläufigkeitsstatistiken Swoole in der Praxis Python asyncio

TaskGroup::dispose ​

(PHP 8.6+, True Async 1.0)

php
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
Seite bearbeiten
TrueAsync

Echte asynchrone Primitive für PHP

Projekt

  • Startseite
  • Dokumentation
  • Download
  • Roadmap

Community

  • GitHub
  • Fehlermeldungen
  • Diskussionen
  • Discord

Ressourcen

  • Erste Schritte
  • API-Referenz
  • Beispiele
© 2025–2026 TrueAsync. Veröffentlicht unter der MIT-Lizenz.