new AsyncLocalStorage([options])
-
options
<Object>
创建 AsyncLocalStorage
的新实例。Store 仅在 run()
调用内或 enterWith()
调用后提供。
¥Creates a new instance of AsyncLocalStorage
. Store is only provided within a
run()
call or after an enterWith()
call.
options
<Object>
创建 AsyncLocalStorage
的新实例。Store 仅在 run()
调用内或 enterWith()
调用后提供。
¥Creates a new instance of AsyncLocalStorage
. Store is only provided within a
run()
call or after an enterWith()
call.