mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 05:46:26 +01:00
78975e8cad
- 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. |
||
---|---|---|
.. | ||
backend | ||
context | ||
event | ||
instance | ||
layout | ||
material | ||
model | ||
registry | ||
task | ||
uniform | ||
vertex | ||
visual | ||
visualization |