Binds the given function to execute to this AsyncResource
's scope.
method
events.default.EventEmitterReferencingAsyncResource.bind
fn: Func
): Func;
@param fn
The function to bind to the current AsyncResource
.
method
Binds the given function to execute to this AsyncResource
's scope.
The function to bind to the current AsyncResource
.