1/* 2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6//! Async runtime agnostic traits and implementations. 7 8pub mod sleep;