$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Fiber mini-review September 4-13
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-09-04 16:04:33
2015-09-04 21:35 GMT+02:00 AgustÃn K-ballo Bergé <kaballo86_at_[hidden]>:
> Here is the standard definition of `future::wait_until`:
>
> template <class Clock, class Duration>
> future_status wait_until(chrono::time_point<Clock, Duration> const&
> abs_time) const;
>
> Note how it takes *any* time point, and automatically deduces template
> arguments.
>
I use this pattern in the other classes too (for instance
condition::wait_until())