-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* limit the number of events * only count single events * handle event limit errors from Cycle in event iters - panic in the plain rust cycle event iter - set a lua callback error in the scripted cycle event iter * add new 'with_seed' and 'with_event_limit' configure functions to Cycle - to ease constructing it and to add a constant for the event limit default - to avoid passing "None" for seeds all the time --------- Co-authored-by: Eduard Müller <[email protected]>
- Loading branch information
1 parent
5a6f8bc
commit 685ebe4
Showing
4 changed files
with
158 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.