s2n_quic_platform/socket/
task.rs

1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4mod events;
5pub mod rx;
6pub mod tx;
7
8pub use rx::Receiver;
9pub use tx::Sender;