pub fn serve<D: Directory + ?Sized>(
directory: Arc<D>,
flags: Flags,
) -> DirectoryProxy
Expand description
Helper function to serve a new connection to directory
with flags
. Errors will be
communicated via epitaph on the returned proxy. A new crate::execution_scope::ExecutionScope
will be created for the request.