mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 22:36:06 +01:00
d17d9379df
- Separate concept of Flags from TaskExecutor. - Instead, allow TaskExecutor to sync until, or while a given condition is met. - Flags directly store their state as an AtomicBoolean. - Switch `executor.syncOn(flag)` to `executor.syncUntil(flag::isRaised)` - Remove tests made redundant by improved interface. |
||
---|---|---|
.. | ||
FlwTaskExecutor.java | ||
ParallelTaskExecutor.java | ||
SerialTaskExecutor.java | ||
ThreadGroupNotifier.java | ||
WaitGroup.java |