// Copyright 2026-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0
//! Sleep capability trait.
//!
//! Abstracts async sleep so that native code can use `tokio::time::sleep`
//! while wasm delegates to `setTimeout` via `JsFuture`.
use crateMaybeSend;
use Future;
use Duration;