Skip to main content

vm_outcome_net

Function vm_outcome_net 

Source
pub fn vm_outcome_net(source: &str) -> RunOutcome
Expand description

The VM outcome for a peer-NETWORKING program — drives the resumable bytecode VM and services each VmBlock::Net* through the shared LOCAL NetInbox (the same inbox the tree-walker’s offline mode uses), so Listen/Send/Sync/PeerAgent run on the VM byte-identical to the tree-walker. The AOT networking lock compares against this so tw == VM == AOT holds for the local-mode net set.