Closed zeenix closed 1 year ago
Hi Daniel,
Long time, no see. :)
I was refactoring zbus::SignalStream and needed to get back my orignal MessageStream back from a Join for that. The use case is almost identical to your code here, except after the next call, I would like to keep the stream around.
zbus::SignalStream
MessageStream
Join
next
Hi Daniel,
Long time, no see. :)
I was refactoring
zbus::SignalStream
and needed to get back my orignalMessageStream
back from aJoin
for that. The use case is almost identical to your code here, except after thenext
call, I would like to keep the stream around.