MCPcopy Index your code
hub / github.com/endbasic/endbasic / async_exec

Method async_exec

core/src/vm/mod.rs:633–637  ·  view source on GitHub ↗
(&self, scope: Scope<'_>)

Source from the content-addressed store, hash-verified

631 }
632
633 async fn async_exec(&self, scope: Scope<'_>) -> CallResult<()> {
634 let value = scope.get_integer(0) + 1;
635 yield_now().await;
636 scope.return_integer(value)
637 }
638 }
639
640 struct AsyncIoErrorCommand {

Callers 1

invokeMethod · 0.45

Calls 2

get_integerMethod · 0.80
return_integerMethod · 0.80

Tested by

no test coverage detected