Searched refs:errorChannel (Results 1 – 1 of 1) sorted by relevance
41 private val errorChannel = Channel<SafetyCenterErrorDetails>(Channel.UNLIMITED) constant51 runBlockingWithTimeout { errorChannel.send(errorDetails) } in onError()116 runBlockingWithTimeout(timeout) { errorChannel.receive() } in receiveSafetyCenterErrorDetails()121 errorChannel.cancel() in cancel()