summaryrefslogtreecommitdiff
path: root/lib/internal/process/worker_thread_only.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas in `internal/process`Antoine du Hamel2023-02-181-2/+2
* bootstrap: use different scripts to setup different configurationsJoyee Cheung2019-12-201-35/+1
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-11-301-0/+1
* worker: create per-Environment message port after bootstrapJoyee Cheung2019-03-191-18/+11
* process: stub unsupported worker methodscjihrig2019-02-051-0/+10
* worker: move worker thread setup code into the main scriptJoyee Cheung2019-01-301-106/+1
* policy: ensure workers do not read fs for policyBradley Farias2019-01-291-2/+14
* process: allow reading umask in workerscjihrig2019-01-171-1/+20
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-161-13/+2
* process: move worker bootstrap code into worker_thread_only.jsJoyee Cheung2018-12-311-8/+89
* process: split worker IO into internal/worker/io.jsJoyee Cheung2018-12-311-10/+41
* process: split bootstrappers by threads that can run themJoyee Cheung2018-06-211-0/+24