https://kotlinlang.org logo
#coroutines
Title
# coroutines
s

Seri

08/09/2018, 7:52 PM
Does anyone have examples of Channels in use in real projects?
👍 3
g

gildor

08/10/2018, 1:08 AM
We use channels on a real project. Do you have some specific questions?
l

louiscad

08/10/2018, 6:24 AM
@Seri Here's several real world (but open sourced) projets I made that use Channels: https://github.com/Beepiz/BleGattCoroutines https://github.com/Beepiz/BleScanCoroutines https://github.com/Beepiz/CameraCoroutines
👏 2
4 Views