From 093b3eee58181ec45839d0fe10b8157326a102b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 25 Oct 2023 13:43:38 +0200 Subject: chore: update deno_core and port all remaining ops to `op2` (#20954) Signed-off-by: Matt Mastracci Co-authored-by: Matt Mastracci --- runtime/ops/web_worker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops') diff --git a/runtime/ops/web_worker.rs b/runtime/ops/web_worker.rs index 7fbc0edfa..59c57b1b6 100644 --- a/runtime/ops/web_worker.rs +++ b/runtime/ops/web_worker.rs @@ -37,7 +37,7 @@ fn op_worker_post_message( Ok(()) } -#[op2(async(lazy))] +#[op2(async(lazy), fast)] #[serde] async fn op_worker_recv_message( state: Rc>, -- cgit v1.2.3