Skip to content
Snippets Groups Projects

Make decision how many workers to notify in Runtime

All threads resolved!
3 files
+ 26
38
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -5,6 +5,7 @@
#include <stdexcept>
#include "CallerEnvironment.hpp"
#include "Emper.hpp"
namespace emper::sleep_strategy {
Loading