D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
alerting
/
unified
/
Filename :
routeGroupsMatcher.worker.ts
back
Copy
import * as comlink from 'comlink'; import { routeGroupsMatcher } from './routeGroupsMatcher'; // Worker is only a thin wrapper around routeGroupsMatcher to move processing to a separate thread // routeGroupsMatcher should be used in mocks and tests because it's difficult to tests code with workers comlink.expose(routeGroupsMatcher);