UNPKG

mwoffliner

Version:
5 lines 193 B
import { Mutex } from 'async-mutex'; const zimCreatorMutex = new Mutex(); const fileDownloadMutex = new Mutex(); export { zimCreatorMutex, fileDownloadMutex }; //# sourceMappingURL=mutex.js.map