| Name | Type | Description |
|---|---|---|
err* | BaseException | The exception that ended the run. |
Called when the run ends with an error (async lane).
The mux cancels and awaits every task started via schedule()
before calling this, so cleanup doesn't race with in-flight work.
The default delegates to fail.