The asynchronous events that allow multiple threads to communicate.
Process Event
Events are most commonly created and sent through the NodeJS Process global.
This 'exit'
in particular is saying that this event will fire before the process is about to exit.
You can make a callback function to run after this event is fired.
Triggering An Event