Return a stream that emits all the strings or Path objects and then emits end when completed.
Path
end
Optional
Syncronous form of globStream. Will read all the matches as fast as you consume them, even all in a single tick if you consume them immediately, but will still respond to backpressure if they're not consumed immediately.
Return a stream that emits all the strings or
Path
objects and then emitsend
when completed.