mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-24 18:39:32 -04:00
Use its std::stop_token to abort shader cache loading. Using std::stop_token instead of std::atomic_bool allows the usage of other utilities like std::stop_callback.