dope 0.5.5

The manifold runtime
Documentation
1
2
3
4
5
6
7
8
9
pub(super) mod core;
pub mod egress;
pub(super) mod pool;
pub(super) mod slot;

pub use core::{Core, Establish, Outbound};

pub use pool::{ConnectStep, DispatchRecv, Pool, SendOutcome, SocketStep};
pub use slot::{DeferredEgress, PEND_CLOSE, PEND_EGRESS, PEND_SHUTDOWN, PendingFlags, Slot};