telltale-vm 2.1.0

Bytecode VM for choreographic session type protocols
Documentation
1
2
3
4
5
6
7
8
9
impl KernelMachine for VM {
    fn kernel_step_round(
        &mut self,
        handler: &dyn EffectHandler,
        n: usize,
    ) -> Result<StepResult, VMError> {
        VM::kernel_step_round(self, handler, n)
    }
}