Function run_vmtime

Source
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.