8000 Release Allow tracking task ID to support reporting timeout error details · uber/swift-concurrency · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow tracking task ID to support reporting timeout error details

Compare
Choose a tag to compare
@neakor neakor released this 01 Nov 20:57
· 18 commits to master since this release
5854d8e

When a timeout occurs while waiting for a sequence of tasks to finish execution, it is useful to understand which task was executing when the timeout occurred.

0