TaskGroup::isSealed
(PHP 8.6+, True Async 1.0)
public TaskGroup::isSealed(): bool
Returns true after seal() or cancel() has been called.
See Also
- TaskGroup::seal — Seal the group
- TaskGroup::isFinished — Check if finished
Learn how to use TrueAsync for building concurrent PHP applications.
(PHP 8.6+, True Async 1.0)
public TaskGroup::isSealed(): bool
Returns true after seal() or cancel() has been called.