darkmoon_uk
09/12/2019, 11:02 AMFlow
and associated API's are likely to leave 'experimental'? Is it too bad to admit I've got production code peppered with Experimental annotations? At least I haven't found bugs with it yet! 😅elizarov
09/12/2019, 11:40 AM1.3.0
. Some operators are still being stabilized. Which one are you interested in, in particular?sdeleuze
09/12/2019, 12:22 PMPublisher<T>.asFlow()
, Flow<T>.asFlux()
(since we are forced to publish experimental APIs due to these extensions experimental status).darkmoon_uk
09/12/2019, 1:45 PM.asFlow()
is one we are using a lot.elizarov
09/12/2019, 3:57 PM