Skip to main content

Module server

Module server 

Source

Re-exports§

pub use connection::ConnectionHandle;
pub use connection::ConnectionSupervisor;
pub use embedded::EmbeddedServer;
pub use listener::ServerListener;
pub use mount::MountKind;
pub use runtime::run;
pub use shutdown::ShutdownHandle;

Modules§

connection
embedded
The embedding handle: a running liminal server with no listener, whose one connection-granting surface is the in-process loopback (design docs/design/IN-PROCESS-TRANSPORT.md §2, §4, §9 ruling 4).
listener
mount
The mount fact: which door admitted a connection.
participant
Server-owned participant storage and transport bindings.
runtime
shutdown