asyncResource.bind(fn[, thisArg])
fn<Function> 绑定到当前AsyncResource的函数。thisArg<any>
将给定的函数绑定到此 AsyncResource 的作用域中执行。
【Binds the given function to execute to this AsyncResource's scope.】
fn <Function> 绑定到当前 AsyncResource 的函数。thisArg <any>将给定的函数绑定到此 AsyncResource 的作用域中执行。
【Binds the given function to execute to this AsyncResource's scope.】