Added spacetime.compile removed automatic reducer gathering

This commit is contained in:
ookami125 2025-03-10 02:08:34 -04:00
parent cb2145b882
commit 8e9dd559bd
3 changed files with 146 additions and 91 deletions

View file

@ -126,6 +126,9 @@ pub const Lifecycle = enum {
pub const ReducerContext = struct {
indentity: u256,
timestamp: u64,
connection_id: u128,
};
pub const ReducerFn = fn(*ReducerContext) void;