Skip to content

🐛 fix Queue::clear issue

Sylvain Fargier requested to merge wip-queue-fix into master
  • if clear() was called whilst the queue is not waiting then it would possibly have hanged forever, wake has been turned into flush to ensure that the queue can't be used anymore once cleared.

Merge request reports