method AsyncResource.prototype.bind
Jump to headingAsyncResource.prototype.bind<Func extends (...args: any[]) => any>(fn: Func): Func
Binds the given function to execute to this AsyncResource
's scope.
Type Parameters Jump to heading
Jump to headingFunc extends (...args: any[]) => any
Parameters Jump to heading
The function to bind to the current AsyncResource
.