deno/runtime/ops
Bartek Iwańczuk 853982238a
fix(otel): don't panic when using worker threads (#29248)
This commit changes how workers are spawned - instead
of having a "sync" phase that creates a worker and only
then moves to to an "async" block within a Tokio runtime,
now a worker is spawned already on a Tokio runtime.

Closes https://github.com/denoland/deno/issues/28790
2025-05-12 02:51:08 +02:00
..
web_worker refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
bootstrap.rs refactor: allow lazy main module (#28929) 2025-04-30 19:59:20 +00:00
fs_events.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
http.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
mod.rs feat: use new feature checker (#29091) 2025-04-29 17:18:14 +02:00
permissions.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
runtime.rs refactor: internal logging utility (#28567) 2025-03-21 12:17:50 +01:00
tty.rs feat: deno_core 0.344.0 (#29089) 2025-04-29 13:15:08 +02:00
web_worker.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker_host.rs fix(otel): don't panic when using worker threads (#29248) 2025-05-12 02:51:08 +02:00