MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / initFsrsTrainThreadPool

Function initFsrsTrainThreadPool

app/src/topLevelAwait.ts:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// cSpell:ignore initted
29let isInitted = false
30export async function initFsrsTrainThreadPool() {
31 if (!isInitted) {
32 await initThreadPool(navigator.hardwareConcurrency)
33 isInitted = true
34 }
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected