Skip to main content

Crate dora_coordinator

Crate dora_coordinator 

Source

Structs§

BuildFinishedResult
Result of a completed dataflow build.

Enums§

CachedResult
ControlEvent
DaemonRequest
Event

Functions§

start
Start the coordinator with a TCP listener for control messages. Returns the daemon port and a future that resolves when the coordinator finishes.
start_with_channel_rpc
Start the coordinator with an in-process RPC server instead of a TCP listener.