pub fn serve_time_matrix_inspection(
node: Node,
) -> (TimeMatrixClient, impl Future<Output = Result<(), Error>>)
Expand description
Creates a client and server for interpolating and recording time matrices to the given Inspect node.
The client end can be used to instrument and send a TimeMatrix
to the server. The server
end must be polled to incorporate and interpolate time matrices.