Skip to content

Commit fb4c0cc

Browse files
committed
Add DoNotContinue
1 parent 217647b commit fb4c0cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/StateR/IDispatchContext.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ public interface IDispatchContext<TAction>
88
bool StopReduce { get; set; }
99
bool StopInterception { get; set; }
1010
bool StopAfterEffect { get; set; }
11+
12+
void DoNotContinue();
1113
}
1214
}

0 commit comments

Comments
 (0)