Skip to content

Instantly share code, notes, and snippets.

@tamtom
Created January 2, 2022 11:03
Show Gist options
  • Save tamtom/4a7ad72ed421aa90843e5216c40c23de to your computer and use it in GitHub Desktop.
Save tamtom/4a7ad72ed421aa90843e5216c40c23de to your computer and use it in GitHub Desktop.
// In your view model
private val _eventChannel = Channel<Event>(Channel.BUFFERED)
val events = _eventChannel.receiveAsFlow()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment