Function
layer
(spawn: (id: number) => WorkerThreads.Worker | ChildProcess.ChildProcess)
Source from the content-addressed store, hash-verified
| 76 | |
| 77 | /** @internal */ |
| 78 | export const layer = (spawn: (id: number) => WorkerThreads.Worker | ChildProcess.ChildProcess) => |
| 79 | Layer.merge( |
| 80 | layerManager, |
| 81 | Worker.layerSpawner(spawn) |
| 82 | ) |
| 83 | |
| 84 | /** @internal */ |
| 85 | export const layerPlatform = (spawn: (id: number) => WorkerThreads.Worker | ChildProcess.ChildProcess) => |
Callers
nothing calls this directly
Tested by
no test coverage detected