Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusonm authored Dec 22, 2019
1 parent 9ea9032 commit 3dffa37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SingleLiveEventStream

This is my solution to the Single Live Event problem on Android. It supports a stream of live events that are only consumed
when the observer is in a good lifecycle state. It supports multiple observers and ensures the events are only received
when the lifecycle is at least in the started state.

0 comments on commit 3dffa37

Please sign in to comment.