# Functions
FromJSON unmarshalls a CoordinatedRequest from JSON.
FromVKRequest creates a CoordinatedRequest from an VK request handler.
ResponseFromJSON unmarshalls a CoordinatedResponse from JSON.
# Structs
CoordinatedRequest represents a request whose fulfillment can be coordinated across multiple hosts and is serializable to facilitate interoperation with Wasm Runnables and transmissible over the wire.
No description provided by the author