mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-25 11:00:07 +02:00

[clsi] pdf-caching: move cpu intensive work onto a new event loop GitOrigin-RevId: 4cb5cd4528fa1c5df6a8e91f9caa38cb64d94463
4 lines
151 B
JavaScript
4 lines
151 B
JavaScript
const workerpool = require('workerpool')
|
|
const ContentCacheManager = require('./ContentCacheManager')
|
|
|
|
workerpool.worker(ContentCacheManager.promises)
|