Behavior of FileSystem `sink` with string stream
if I use
sink from FileSystem and have a stream of string will they get written to the file on each string or will they all get written at the end?