Module server

Source
Available on crate feature rpc-server only.
Expand description

Server operations for working with connect points.

Structs§

Listener
A listener and associated authentication at which an RPC server can watch for connections.
ListenerGuard
An object to control shutdown for a listener. We should drop it only when we’re no longer listening on the socket.
UnlinkOnDrop 🔒
Object that unlinks a file when it is dropped.