Skip to content

Use Node workers #130

Open
Open
@avaer

Description

@avaer

Workers (based on WebWorkers) are coming in Node 11: https://github.com/nodejs/node/labels/worker

Right now we hack around the lack of threads with child-process-thread but it's better to just use the node solution, which seems equivalent.

Note that this is not the same thing as our usage of vm-one, which is not about threading, but fast context isolation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions