Slide 12
Slide 12 text
new
created but not started
start() / join()
What are jobs?
track task states and cancel
check if isActive, isCancelled,
isCompleted
The lifecycle of the concurrent task
active
started but not completed
completing
waiting for children to
complete
completed
finished and completed
children