jtapolczai / FileSync

Syncrhonising file trees
Apache License 2.0
1 stars 0 forks source link

Replace (IO x) with (Conduit IO x) #20

Closed jtapolczai closed 8 years ago

jtapolczai commented 8 years ago

Joins should returns conduits of file operations instead of IO [FileOperation] to enable incremental consumption of the results. IO [FileOperation] will complete the entire operation before returning anything, which is vastly inefficient.