Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

pausable systems #2560

Merged
merged 10 commits into from
Dec 27, 2020
Merged

pausable systems #2560

merged 10 commits into from
Dec 27, 2020

Conversation

ezpuzz
Copy link
Contributor

@ezpuzz ezpuzz commented Dec 23, 2020

  • Initial impl of Pausable legion system, does not work with
  • Remove SystemExt trait and replace with pauseable method, update docs, minor style/compiler error fixes.
  • Formatted code
  • Fix clippy warning in system_ext.rs
  • Remove SystemExt ref in docs of Pauseable struct
  • Fix typo 'pausable' -> 'pauseable' in Pauseable docs
  • remove duplicate type

@ezpuzz ezpuzz added the Legion Legion related issues. label Dec 23, 2020
@ezpuzz ezpuzz self-assigned this Dec 23, 2020
@ezpuzz ezpuzz added this to the 0.16.0 - Legion milestone Dec 23, 2020
@suspistew suspistew marked this pull request as draft December 23, 2020 18:40
@suspistew suspistew marked this pull request as ready for review December 23, 2020 20:13
@suspistew suspistew mentioned this pull request Dec 24, 2020
23 tasks
@ezpuzz
Copy link
Contributor Author

ezpuzz commented Dec 24, 2020

Is this useable with DispatcherBuilder? It seems all the tests are with legion directly.

@suspistew
Copy link
Member

Oh, you're right, forgot about that, I'll see

@suspistew
Copy link
Member

Done.

@ezpuzz ezpuzz merged commit 4ad9cee into legion_v2 Dec 27, 2020
@ezpuzz ezpuzz deleted the pausable-systems branch December 27, 2020 04:17
@ezpuzz ezpuzz added the type: feature A request for a new feature. label Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Legion Legion related issues. type: feature A request for a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants