RocketChat/Rocket.Chat

View on GitHub
packages/core-services/src/lib/asyncLocalStorage.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { IServiceContext } from '../types/ServiceClass';
import { FibersContextStore } from './ContextStore';

// TODO Evalute again using AsyncContextStore instead of FibersContextStore in a future Meteor release (after 2.5)
export const asyncLocalStorage = new FibersContextStore<IServiceContext>();