1 2 3 4 5 6 7 8
//! RNS 1.4.2 fires path requests as fire-and-forget and lets the app poll `has_path`. //! This table is the extension that turns the request into an awaitable outcome. pub mod core; mod impls; pub use impls::*; pub use self::core::*;