declarative-dataflow
declarative-dataflow copied to clipboard
Server module should only expose request handling
The server module currently exposes the server's handler functions individually. This invites specific server implementations to accidentally use them without going through the sequencer first, breaking determinism across workers.