Async Hooks are a new Node8 feature that provides an API for tracking the life cycle of asynchronous resources in NodeJS. They are built into...