Skip to content

2.0.3

Compare
Choose a tag to compare
@kelunik kelunik released this 08 Feb 18:04
v2.0.3
  • Return written length in blocking and parallel drivers (#64)
    This makes BlockingFile and ParallelFile 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 return void in the next major version.