kevin.cianfarini
04/19/2019, 10:05 PMoctylFractal
04/19/2019, 10:08 PMproduce
-- it immediately starts generating elements, although it will stop at the first yield
but cold streams don't start producing until their terminal operation is called -- you can map
them, filter
them, etc., and no processing happens, until you call something like collect
kevin.cianfarini
04/19/2019, 10:13 PMFlow
in SQLDelite? I'm assuming its to make queries observable similar to Room?octylFractal
04/19/2019, 10:21 PMkevin.cianfarini
04/19/2019, 10:22 PMZach Klippenstein (he/him) [MOD]
04/23/2019, 5:00 PM