Skip to main content

Module tasks

Module tasks 

Source
Expand description

Task tracking for leak detection.

TrackedTaskGroup records every task spawned through it and reports any tasks that were still running when the group is dropped or finalized.

Structsยง

TrackedTaskGroup
A group of spawned tasks whose lifecycle is tracked.