[2.4.1] - 2026-02-25
Fixed
- Fixed scope of the max_threads variable in libcasm.global to ensure it is shared globally.
- Reworked use of atomic variables for stop_requested to only use std::atomic_bool if the implementation is lock-free.
- Replace std::result_of (deprecated in C++17, removed in C++20) with std::invoke_result to fix warnings.