scratch_space 0.0.1+3 scratch_space: ^0.0.1+3 copied to clipboard
A tool to manage running external executables within package:build
0.0.1+3 #
- Allow package:build 0.12.0
0.0.1+2 #
- Allow package:build 0.11.0
0.0.1+1 #
- Fix a deadlock issue around the file descriptor pool, only take control of a
resource right before actually touching disk instead of also encapsulating
the
readAsBytes
call from the wrappedAssetReader
.
0.0.1 #
- Initial release, adds the
ScratchSpace
class.