Binds the given function to the current execution context.
method
async_hooks.AsyncLocalStorage.bind
@param fn
The function to bind to the current execution context.
@returns
A new function that calls fn
within the captured execution context.
method
Binds the given function to the current execution context.
The function to bind to the current execution context.
A new function that calls fn
within the captured execution context.