Searched refs:_invoked (Results 1 – 1 of 1) sorted by relevance
1462 …private val _invoked = atomic(0) // todo: replace with atomic boolean after migration to recent at… in toString() constant1464 if (_invoked.compareAndSet(0, 1)) handler.invoke(cause) in toString()