1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

//! Useful runtime-agnostic future implementations.

pub mod fn_stream;
pub mod never;
pub mod now_or_later;
pub mod rendezvous;
pub mod timeout;