Function mz_compute::server::serve
source ยท pub fn serve(
config: ClusterConfig,
context: ComputeInstanceContext,
) -> Result<(TimelyContainerRef<ComputeCommand, ComputeResponse, SyncActivator>, impl Fn() -> Box<dyn ComputeClient>), Error>
Expand description
Initiates a timely dataflow computation, processing compute commands.