Dispatch local runtime effects to leaves

This commit is contained in:
Michael Mikovsky
2026-05-09 13:14:34 -06:00
parent 99b54b0bdf
commit 97f3e305bb
5 changed files with 601 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pub mod runtime;
pub mod state;
pub use packet::{EndpointState, PacketProcessor};
pub use runtime::{NodeRuntime, NodeRuntimeError, TickBudget, TickOutcome};
pub use runtime::{LeafDispatchError, NodeRuntime, NodeRuntimeError, TickBudget, TickOutcome};
pub use state::NodeState;
use crate::alloc::string::String;