You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the docs, I'm not sure that there's a way to hook into worker exit from within the worker (only outside), so I'm not sure that this issue is fixable. But I don't think that's a reason to drop the feature.
Operating System
NodeJS Version
Tmp Version
0.2.1
Expected Behavior
either
tmp.setGracefulCleanup
should just work for worker threads as well or provide a way to set it up for worker threads.Experienced Behavior
tmp.setGracefulCleanup
works only for main thread (process
)The text was updated successfully, but these errors were encountered: