Bind an object as the current context (or a specific one)
Optional
context: AsyncContextOptionally specify the context which you want to assign
Any object to which a context need to be set
Disable context management
Enable context management
Run the fn callback with object set as the current active context
Any object to set as the current active context
A callback to be immediately run within a specific context
Optional
thisArg: ThisParameterType<F>optional receiver to be used for calling fn
Rest
...args: Aoptional arguments forwarded to fn
Generated using TypeDoc
Get the current active context