summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html')
-rw-r--r--doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
index e65f68026e..1832b160c9 100644
--- a/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
+++ b/doc/html/boost_asio/reference/basic_deadline_timer/basic_deadline_timer/overload3.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>basic_deadline_timer::basic_deadline_timer (3 of 4 overloads)</title>
+<title>basic_deadline_timer::basic_deadline_timer (3 of 7 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer::basic_deadline_timer">
-<link rel="prev" href="overload2.html" title="basic_deadline_timer::basic_deadline_timer (2 of 4 overloads)">
-<link rel="next" href="overload4.html" title="basic_deadline_timer::basic_deadline_timer (4 of 4 overloads)">
+<link rel="prev" href="overload2.html" title="basic_deadline_timer::basic_deadline_timer (2 of 7 overloads)">
+<link rel="next" href="overload4.html" title="basic_deadline_timer::basic_deadline_timer (4 of 7 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,15 +24,15 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
-<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3"></a><a class="link" href="overload3.html" title="basic_deadline_timer::basic_deadline_timer (3 of 4 overloads)">basic_deadline_timer::basic_deadline_timer
- (3 of 4 overloads)</a>
+<a name="boost_asio.reference.basic_deadline_timer.basic_deadline_timer.overload3"></a><a class="link" href="overload3.html" title="basic_deadline_timer::basic_deadline_timer (3 of 7 overloads)">basic_deadline_timer::basic_deadline_timer
+ (3 of 7 overloads)</a>
</h5></div></div></div>
<p>
- Constructor to set a particular expiry time relative to now.
+ Constructor to set a particular expiry time as an absolute time.
</p>
<pre class="programlisting">basic_deadline_timer(
- boost::asio::io_context &amp; io_context,
- const duration_type &amp; expiry_time);
+ const executor_type &amp; ex,
+ const time_type &amp; expiry_time);
</pre>
<p>
This constructor creates a timer and sets the expiry time.
@@ -44,22 +44,22 @@
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
-<dt><span class="term">io_context</span></dt>
+<dt><span class="term">ex</span></dt>
<dd><p>
- The <a class="link" href="../../io_context.html" title="io_context"><code class="computeroutput">io_context</code></a>
- object that the timer will use to dispatch handlers for any asynchronous
- operations performed on the timer.
+ The I/O executor that the timer will use, by default, to dispatch
+ handlers for any asynchronous operations performed on the timer.
</p></dd>
<dt><span class="term">expiry_time</span></dt>
<dd><p>
- The expiry time to be used for the timer, relative to now.
+ The expiry time to be used for the timer, expressed as an absolute
+ time.
</p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2019 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>