Searched refs:boxIncomplete (Results 1 – 1 of 1) sorted by relevance
237 val casSuccess = _state.compareAndSet(state, finalState.boxIncomplete()) in <lambda>()292 if (!_state.compareAndSet(state, update.boxIncomplete())) return false in <lambda>()1281 internal fun Any?.boxIncomplete(): Any? = if (this is Incomplete) IncompleteStateBox(this) else this in boxIncomplete() method