Create a dynamic source that is created each time it's subscribed
A function returning a source of the desired type. It will be called whenever the lazy() stream is subscribed, and its result subscribed to.
A stream of the same type as the factory function returns
Create a dynamic source that is created each time it's subscribed