mersan
11/13/2018, 4:20 PMactive
job by defaultAlexander
11/13/2018, 5:12 PMNew
status for which isActive == false
Alexander
11/13/2018, 5:13 PMUsually, a job is created in active state (it is created and started). However, coroutine builders that provide an optional start parameter create a coroutine in new state when this parameter is set to CoroutineStart.LAZY. Such a job can be made active by invoking start or join.
Alexander
11/13/2018, 5:17 PM