We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9209 commit 92b2180Copy full SHA for 92b2180
src/common/Environment.hpp
@@ -267,8 +267,8 @@ class Environment {
267
Polling::finalize();
268
269
// Disable both modes
270
- _state.blockingMode.store(false, std::memory_order_acq_rel);
271
- _state.nonBlockingMode.store(false, std::memory_order_acq_rel);
+ _state.blockingMode.store(false);
+ _state.nonBlockingMode.store(false);
272
273
// Mark the library as finalized
274
_state.initialized = false;
0 commit comments