Searched refs:refreshSafetySourcesChannel (Results 1 – 1 of 1) sorted by relevance
54 private val refreshSafetySourcesChannel = Channel<String>(UNLIMITED) constant88 suspend fun receiveRefreshSafetySources(): String = refreshSafetySourcesChannel.receive() in receiveRefreshSafetySources()109 refreshSafetySourcesChannel.cancel() in cancel()143 refreshSafetySourcesChannel.send(broadcastId) in processRefreshSafetySources()