From 21dfeea3c48cf6101d71b39a1d2b0f9406818300 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 13 Jun 2022 15:28:00 -0400 Subject: Remove unstable Deno.sleepSync (#14719) Co-authored-by: David Sherret --- ext/web/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/web/lib.rs') diff --git a/ext/web/lib.rs b/ext/web/lib.rs index ae5cf2d80..b21ea3812 100644 --- a/ext/web/lib.rs +++ b/ext/web/lib.rs @@ -52,7 +52,6 @@ pub use crate::message_port::MessagePort; use crate::timers::op_now; use crate::timers::op_sleep; -use crate::timers::op_sleep_sync; use crate::timers::op_timer_handle; use crate::timers::StartTime; pub use crate::timers::TimersPermission; @@ -111,7 +110,6 @@ pub fn init( op_timer_handle::decl(), op_cancel_handle::decl(), op_sleep::decl(), - op_sleep_sync::decl::

(), ]) .state(move |state| { state.put(blob_store.clone()); -- cgit v1.2.3