children

abstract val children: Sequence<Job> (source)

Returns a sequence of this job’s children.

A job becomes a child of this job when it is constructed with this job in its CoroutineContext or using an explicit parent parameter.

A parent-child relation has the following effect: