Nodeasync_hooksAsyncResource.prototype.bindmethod AsyncResource.prototype.bind#AsyncResource.prototype.bind<Func extends (...args: any[]) => any>(fn: Func): FuncBinds the given function to execute to this AsyncResource's scope. Type Parameters ##Func extends (...args: any[]) => anyParameters ##fn: FuncThe function to bind to the current AsyncResource. Return Type #Func
method AsyncResource.prototype.bind#AsyncResource.prototype.bind<Func extends (...args: any[]) => any>(fn: Func): FuncBinds the given function to execute to this AsyncResource's scope. Type Parameters ##Func extends (...args: any[]) => anyParameters ##fn: FuncThe function to bind to the current AsyncResource. Return Type #Func