Store/store
Yigit Boyar 3e84b6bdb5
Stream without persister (#48)
This PR implements piggybacking in fetch controller which means even if
upstream closes, we never close downstream flows in fetcher multiplexing.
Instead, we keep them around and if a new request comes in, they'll receive
the same data as well or even keep the upstream open.

This is implemented as a feature of multiplexer as it already has all of the
machinery to do such re-distribution of data.
It is a bit questionable behavior for multiplexer but it is already very
specific to our use case so I thought it might be fine to do it there
2019-11-09 08:18:11 -08:00
..
libs initialCommit 2016-11-29 13:59:48 -05:00
src Stream without persister (#48) 2019-11-09 08:18:11 -08:00
build.gradle Suspend cache (#8) 2019-07-02 07:25:36 -07:00
gradle.properties remove clearMemory, upgrade coroutines (#20) 2019-08-11 21:27:36 -04:00
version.properties initial 2017-01-04 14:17:53 -05:00