Closed jiribenes closed 3 months ago
Added a quick way to exit the running process by calling exit(exitCode: Int). I don't know what should the module name here should be:
exit(exitCode: Int)
process
io/process
sys
os
exit
Should the capture be just io, or should there also be some other exit resource so that we know nothing weird happens inside of promises?
io
Added a quick way to exit the running process by calling
exit(exitCode: Int)
. I don't know what should the module name here should be:process
io/process
sys
os
exit
Should the capture be just
io
, or should there also be some otherexit
resource so that we know nothing weird happens inside of promises?