Skip to content

fix {RwLocked,SharedMutex}UnboundedQueues

Florian Fischer requested to merge aj46ezos/emper:fix-locked-queue-impls into master

SharedMutexUnboundedQueue did not build on my system because of a missing header and using RwLockedUnboundedQueue deadlocks.
To ensure that our emper variants build and do not crash horrible add fast check in the CI.

Merge request reports