Searched defs:innerJob (Results 1 – 5 of 5) sorted by relevance
139 var innerJob: Job? = null in repeatWhenAttachedToWindow_viewAlreadyAttached_immediatelyRunsBlock() variable152 var innerJob: Job? = null in repeatWhenAttachedToWindow_viewStartsDetached_runsBlockWhenAttached() variable171 var innerJob: Job? = null in repeatWhenAttachedToWindow_viewGetsDetached_cancelsBlock() variable217 var innerJob: Job? = null in repeatWhenWindowIsVisible_startsAlreadyVisible_immediatelyRunsBlock() variable232 var innerJob: Job? = null in repeatWhenWindowIsVisible_startsInvisible_runsBlockWhenVisible() variable254 var innerJob: Job? = null in repeatWhenWindowIsVisible_becomesInvisible_cancelsBlock() variable304 var innerJob: Job? = null in repeatWhenWindowHasFocus_startsWithFocus_immediatelyRunsBlock() variable320 var innerJob: Job? = null in repeatWhenWindowHasFocus_startsWithoutFocus_runsBlockWhenFocused() variable344 var innerJob: Job? = null in repeatWhenWindowHasFocus_losesFocus_cancelsBlock() variable
58 val innerJob = async { in <lambda>() constant100 val innerJob = launch(dispatcher) { in <lambda>() constant
132 val innerJob = launch(bd) { in <lambda>() constant
13 val innerJob = launch { // all this stack of coroutines will get cancelled in <lambda>() constant
640 var innerJob: Job? = null in <lambda>() variable656 var innerJob = effect { block(sample()) } in <lambda>() variable675 var innerJob: Job = launchScope { block(sample()) } in <lambda>() variable