]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fiber/scheduler.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / fiber / scheduler.hpp
index 14567e83b8a4199aed6d9d202ddebe6cf5778d9b..8f61856571adebb22252d8ee1cd9247e0c99d682 100644 (file)
@@ -130,9 +130,11 @@ public:
 
     bool wait_until( context *,
                      std::chrono::steady_clock::time_point const&) noexcept;
+
     bool wait_until( context *,
                      std::chrono::steady_clock::time_point const&,
-                     detail::spinlock_lock &) noexcept;
+                     detail::spinlock_lock &,
+                     waker &&) noexcept;
 
     void suspend() noexcept;
     void suspend( detail::spinlock_lock &) noexcept;