Skip to content

v0.4.3

Latest
Compare
Choose a tag to compare
@nickpettit nickpettit released this 20 Nov 03:28
  • Converted the SaveManager.Exists method and the default FileHandler method to be async. This isn't necessary for typical file I/O but can be useful in the case of custom file handlers that have a wait time associated with checking for file availability.
  • Fixed an issue where the method signature of Exists could not be overridden properly in custom file handlers due to the absence of a cancellation token.