Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaXH/korct
/
Class
class/Process.ts:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
* 进程管理
10
*/
11
export
class
Process {
12
private workers: WorkerFace[] = [];
13
private maxProcess: number = cpus;
14
private callback: VoidFunction;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected