Home
last modified time | relevance | path

Searched refs:_invoked (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1462 …private val _invoked = atomic(0) // todo: replace with atomic boolean after migration to recent at… in toString() constant
1464 if (_invoked.compareAndSet(0, 1)) handler.invoke(cause) in toString()