mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
import workerpool from 'workerpool'
|
|
import ContentCacheManager from './ContentCacheManager.js'
|
|
|
|
workerpool.worker(ContentCacheManager.promises)
|