Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt186 private val _isCompleted = atomic(false) constant
188 get() = _isCompleted.value
189 set(value) { _isCompleted.value = value }