nanolith
Version:
Multi-threading in no time with seamless TypeScript support.
1 lines • 256 B
JavaScript
export{assertIsNotMainThread}from"./assertions.js";export{createMutex,lockMutexSync,lockMutex,unlockMutex}from"./mutex.js";export*as SharedU32Integer from"./shared_uint32.js";export*as SharedCounter from"./counter.js";export{callsites}from"./callsites.js";