Ah, I see! I think I finally get it now. So it's equivalent to the share()
operator in Combine, or .multicast { PassthroughSubject() }.autoconnect()
. I definitely have more thoughts on that then, which I'll write up in the multicast(_:)
thread.
EDIT: I've now written up those thoughts on multicast(_:) here.