summaryrefslogtreecommitdiff
path: root/tests/unit_node/worker_threads_test.ts
AgeCommit message (Expand)Author
2024-10-04fix(node): fix worker_threads issues blocking Angular support (#26024)Nathan Whitaker
2024-08-28fix(ext/node): emit `online` event after worker thread is initialized (#25243)Nathan Whitaker
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-05-20fix(node): patch MessagePort in worker_thread message (#23871)Marvin Hagemeister
2024-05-15fix(node): wrong `worker_threads.terminate()` return value (#23803)Marvin Hagemeister
2024-04-30fix(ext/node): support multiple message listeners on MessagePort (#23600)Satya Rohith
2024-04-24fix(ext/node): worker_threads copies env object (#23536)Bartek Iwańczuk
2024-04-20fix(ext/node): Support `env` option in worker_thread (#23462)Divy Srivastava
2024-04-16fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)Bartek Iwańczuk
2024-04-16fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)Bartek Iwańczuk
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-04-02chore: update `std` submodule to 0.221.0 (#23112)Asher Gomez
2024-03-20fix(ext/node): worker_threads ESM handling (#22841)mash-graz
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-11test(ext/node): add worker_threads test for SharedArrayBuffer (#22850)Bartek Iwańczuk
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci