pub async fn run_vmtime(keeper: &mut VmTimeKeeper, recv: Receiver<StateRequest>)Expand description
Runs the VM time keeper, responding to state changes from recv, until
recv is closed.
pub async fn run_vmtime(keeper: &mut VmTimeKeeper, recv: Receiver<StateRequest>)Runs the VM time keeper, responding to state changes from recv, until
recv is closed.