From 0221151323846d159fbe9f9a9a6986768c1ce4c7 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 30 六月 2021 13:10:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/valib/bhshmq

---
 src/robust.cpp |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/robust.cpp b/src/robust.cpp
index 015f97a..b4e0613 100644
--- a/src/robust.cpp
+++ b/src/robust.cpp
@@ -16,9 +16,16 @@
  * =====================================================================================
  */
 #include "robust.h"
-#include <chrono>
 #include <thread>
 
+using namespace std::chrono;
+using namespace std::chrono_literals;
+
+namespace
+{
+void yield() { std::this_thread::sleep_for(10us); }
+} // namespace
+
 namespace robust
 {
 

--
Gitblit v1.8.0