Module mz_compute::server
source Β· Expand description
An interactive dataflow server.
Structs§
- Command
Receiver πEndpoint used by workers to receive compute commands. - Command
Receiver πQueue - Caller-provided configuration for compute.
- Configures the server with compute-specific metrics.
- Response
Sender πEndpoint used by workers to send sending compute responses. - Worker πState maintained for each worker thread.
Functions§
- Initiates a timely dataflow computation, processing compute commands.
- set_
core_ πaffinity Set the current threadβs core affinity, based on the givenworker_id
.
Type Aliases§
- Activator
Sender π