pub fn serve(
    config: Config
) -> Result<(Server, impl Fn() -> Box<dyn StorageClient>), Error>
Expand description

Initiates a timely dataflow computation, processing storage commands.