xstream-switch-last
Transform a stream of stream to a stream by always taking value from the lastest one.
Marble diagram:
--+--------+---------------
\ \
\ ----1----2---3--
--a--b----c----d--------
flattenConcurrently
-----a--b------1----2---3--
const stream = xs; // [0,1,2,10,11,12]