kotlinx.coroutines
1.6.4-SNAPSHOT
kotlinx-coroutines-debug
/
kotlinx.coroutines.debug
/
DebugProbes
/
printJob
print
Job
fun
printJob
(
job
:
Job
,
out
:
PrintStream
=
System.out
)
Content copied to clipboard
Prints
job
hierarchy representation from
jobToString
to the given
out
.