Skip to content

workId should be a uuid #3

@ORESoftware

Description

@ORESoftware

workId should be a uuid

and we should use Map and Set to match child processes with workIds

const workIdToCps = new Map<string, Set<ChildProcess>>();
const cpToWorkIds = new Map<ChildProcess, Set<string>>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions