1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 10:09:20 -05:00
denoland-deno/cli/tests/workers
Inteon dccf5e0c5c
refactor(core): Allow multiple overflown responses in single poll (#9433)
This commit rewrites "JsRuntime::poll" function to fix a corner case that
might caused "overflown_response" to be overwritten by other overflown response.

The logic has been changed to allow returning multiple overflown response
alongside responses from shared queue.
2021-02-23 13:08:50 +01:00
..
bench_round_robin.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
bench_startup.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
bench_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
busy_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
deno_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
event_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
event_worker_scope.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
fetching_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
immediately_close_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
large_message_worker.js refactor(core): Allow multiple overflown responses in single poll (#9433) 2021-02-23 13:08:50 +01:00
nested_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
no_permissions_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
non_deno_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
parent_read_check_granular_worker.js chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
parent_read_check_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
post_undefined.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
racy_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
read_check_granular_worker.js chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
read_check_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
sibling_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
test.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
test_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
test_worker.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
throwing_worker.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_crypto.js feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_error.ts.out chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_globals.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00
worker_location.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_nested_error.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_nested_error.ts.out chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_types.ts chore: Reorganise workers tests (#9493) 2021-02-15 14:48:47 +01:00
worker_unstable.ts feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00