mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[clsi] pdf-caching: move cpu intensive work onto a new event loop GitOrigin-RevId: 4cb5cd4528fa1c5df6a8e91f9caa38cb64d94463
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
const workerpool = require('workerpool')
|
|
const ContentCacheManager = require('./ContentCacheManager')
|
|
|
|
workerpool.worker(ContentCacheManager.promises)
|