index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
/
worker_threads.ts
Age
Commit message (
Expand
)
Author
2024-10-04
fix(node): fix worker_threads issues blocking Angular support (#26024)
Nathan Whitaker
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-08-28
fix(ext/node): emit `online` event after worker thread is initialized (#25243)
Nathan Whitaker
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-07-25
fix(node/worker_threads): support `port.once()` (#24725)
Marvin Hagemeister
2024-07-19
fix(ext/node): do not expose `self` global in node (#24637)
Yoshiya Hinosawa
2024-05-20
fix(node): patch MessagePort in worker_thread message (#23871)
Marvin Hagemeister
2024-05-15
fix(node): wrong `worker_threads.terminate()` return value (#23803)
Marvin Hagemeister
2024-04-30
fix(ext/node): support multiple message listeners on MessagePort (#23600)
Satya Rohith
2024-04-29
fix(ext/node): add support for MessagePort.removeListener/off (#23598)
Satya Rohith
2024-04-24
fix(ext/node): worker_threads copies env object (#23536)
Bartek Iwańczuk
2024-04-20
fix(ext/node): Support `env` option in worker_thread (#23462)
Divy Srivastava
2024-04-16
fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)
Bartek Iwańczuk
2024-04-09
fix(ext/node): implement MessagePort.unref() (#23278)
Satya Rohith
2024-04-03
refactor(ext/node): remove worker_threads dependency on ext:runtime (#23206)
Satya Rohith
2024-04-03
fix(ext/node): patch MessagePort if provided as workerData (#23198)
Satya Rohith
2024-04-02
fix(ext/node): MessagePort works (#22999)
Satya Rohith
2024-03-20
fix(ext/node): worker_threads ESM handling (#22841)
mash-graz
2024-03-13
fix(ext/node): make worker ids sequential (#22884)
Satya Rohith
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-11
fix(ext/node): make worker setup synchronous (#22815)
Bartek Iwańczuk
2024-03-11
fix(ext/node): worker_threads.parentPort is updated on startup (#20794)
Bartek Iwańczuk
2024-03-11
fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)
mash-graz
2024-03-08
refactor(ext/node): worker_threads.isMainThread setup (#22785)
Bartek Iwańczuk
2024-03-08
refactor(ext/node): use worker ops directly in worker_threads (#22794)
Satya Rohith
2024-03-07
feat(ext/node): ref/unref on workers (#22778)
Matt Mastracci
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-26
fix(ext/node): remove path.toFileUrl (#19536)
Ryan Clements
2023-06-15
fix(node): Worker constructor doesn't check type: module of package.json (#19...
Vedant Pandey
2023-05-23
fix(ext/node): add basic node:worker_threads support (#19192)
Yoshiya Hinosawa
2023-05-11
fix(node): expose channels in worker_threads (#19086)
Marvin Hagemeister
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-14
feat(ext/node): embed std/node into the snapshot (#17724)
Bartek Iwańczuk