datrs / random-access-disk

Continuously read/write to disk using random offsets and lengths .
Apache License 2.0
27 stars 13 forks source link

sync_all implementation #24

Closed ghost closed 5 years ago

ghost commented 5 years ago

This patch adds an explicit sync_all method from https://github.com/datrs/random-access-storage/pull/18 as well as a builder for turning auto_sync on or off.