Join Slack
Communities
Powered by
You should create channel manually: ``` val channe...
# coroutines
e
elizarov
02/01/2018, 3:25 PM
You should create channel manually:
Copy code
val channel = ConflatedChannel<Unit>() setOnClickListener { channel.offer(Unit) }
Open in Slack
Previous
Next