Changed default back-off strategy
[libcds.git] / cds / intrusive / mspriority_queue.h
index e342fcc52abf711921bd58ae16e114f3cb718683..a41cd9893650fe9491810570de6b104fb84e1bab 100644 (file)
@@ -121,7 +121,7 @@ namespace cds { namespace intrusive {
             typedef cds::sync::spin lock_type;
 
             /// Back-off strategy
-            typedef backoff::yield      back_off;
+            typedef backoff::Default    back_off;
 
             /// Internal statistics
             /**