Skip to main content

One doc tagged with "asynch hooks"

View All Tags

Asynch Hooks

Async Hooks are crucial for debugging, monitoring, profiling, and managing the context across asynchronous logic. The module allows developers to hook into the initialization, execution, and destruction phases of asynchronous operations, which is particularly useful in a runtime that heavily relies on non-blocking I/O operations.