fs2
fs2 copied to clipboard
Remove walkEager optimization
Drops the specialized walkEager optimization as walkJustInTime is just as efficient in the case where chunkSize = Int.MaxValue. This lets us get rid of the specialized platform traits (AsyncFilesPlatform).
Merge after #3390