On Wed, 18 Dec 2024 at 00:35, Jonathan Wakely wrote:
>
> On Tue, 17 Dec 2024 at 19:38, Jonathan Wakely wrote:
> >
> > On Wed, 31 Jul 2024 at 22:39, Jonathan Wakely wrote:
> > >
> > > On Wed, 24 Jul 2024 at 14:14, William Tsai
> > > wrote:
> > > >
> > > > The template `future.wait_until` will e
On Tue, 17 Dec 2024 at 19:38, Jonathan Wakely wrote:
>
> On Wed, 31 Jul 2024 at 22:39, Jonathan Wakely wrote:
> >
> > On Wed, 24 Jul 2024 at 14:14, William Tsai wrote:
> > >
> > > The template `future.wait_until` will expand to
> > > `_M_load_and_test_until_impl` where it will call
> > > `_M_loa
On Wed, 31 Jul 2024 at 22:39, Jonathan Wakely wrote:
>
> On Wed, 24 Jul 2024 at 14:14, William Tsai wrote:
> >
> > The template `future.wait_until` will expand to
> > `_M_load_and_test_until_impl` where it will call
> > `_M_load_and_test_until*` with given time_point casted into second and
> > na
On Wed, 24 Jul 2024 at 14:14, William Tsai wrote:
>
> The template `future.wait_until` will expand to
> `_M_load_and_test_until_impl` where it will call
> `_M_load_and_test_until*` with given time_point casted into second and
> nanosecond. The callee expects the caller to provide the values
> corr