2.0.3
- Return written length in blocking and parallel drivers (#64)
This makesBlockingFile
andParallelFile
consistent with the other drivers and the documented return type. However, it's recommended to avoid relying on this return value, as these method will returnvoid
in the next major version.