-
Notifications
You must be signed in to change notification settings - Fork 98
Asynchronous Cleanup Callback #155
Copy link
Copy link
Closed
Labels
Description
Operating System
- Linux
- Windows 7
- Windows 10
- MacOS
- other: all
NodeJS Version
- 0.x
- 4.x
- 6.x
- 7.x
- other: all
Tmp Version
v0.0.33
Expected Behavior
The cleanup callback provided by tmp.dir and tmp.dirSync removes the temp directory asynchronously.
Experienced Behavior
The cleanup callback provided by tmp.dir and tmp.dirSync removes the temp directory synchronously. It would be awesome to have an option to make the cleanup callback asynchronous, so that removing directories with a lot of contents doesn't block.
Reactions are currently unavailable