Added spacetime.compile removed automatic reducer gathering
This commit is contained in:
parent
cb2145b882
commit
8e9dd559bd
3 changed files with 146 additions and 91 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue