1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 09:39:08 -05:00
denoland-deno/ext
Yoshiya Hinosawa 26f42a248f
fix(ext/node): add basic node:worker_threads support (#19192)
This PR restores `node:worker_threads` implementation and test cases
from
[`std@0.175.0/node`](https://github.com/denoland/deno_std/blob/0.175.0/node/worker_threads.ts).

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-05-23 20:56:29 +02:00
..
broadcast_channel chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
cache chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
console chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
crypto chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
fetch feat(unstable): add more options to Deno.createHttpClient (#17385) 2023-05-21 03:43:54 +02:00
ffi chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
fs chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
http feat(ext/http): ref/unref for server (#19197) 2023-05-19 15:14:40 -06:00
io chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
kv chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
napi chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
net chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
node fix(ext/node): add basic node:worker_threads support (#19192) 2023-05-23 20:56:29 +02:00
tls chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
url chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
web fix(node): make sure "setImmediate" is not clamped to 4ms (#19213) 2023-05-22 22:19:44 +00:00
webidl chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
websocket chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00
webstorage chore: forward v1.33.4 release commit to main (#19181) 2023-05-18 20:44:10 +02:00