mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
|
const workerpool = require('workerpool')
|
||
|
const ContentCacheManager = require('./ContentCacheManager')
|
||
|
|
||
|
workerpool.worker(ContentCacheManager.promises)
|