|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84568 - website/public_html/live/feed/history
From: chris_at_[hidden]
Date: 2013-05-30 20:34:35
Author: chris_kohlhoff
Date: 2013-05-30 20:34:34 EDT (Thu, 30 May 2013)
New Revision: 84568
URL: http://svn.boost.org/trac/boost/changeset/84568
Log:
Added missing word.
Text files modified:
website/public_html/live/feed/history/boost_1_54_0.qbk | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-05-30 20:34:34 EDT (Thu, 30 May 2013)
@@ -116,10 +116,11 @@
* Added a new handler hook called `asio_handler_is_continuation`.
Asynchronous operations may represent a continuation of the asynchronous
control flow associated with the current executing handler. The
- `asio_handler_is_continuation` can be customised to return `true` if this
- is the case, and Asio's implementation can use this knowledge to optimise
- scheduling of the new handler. To cover common cases, Asio customises the
- hook for strands, `spawn()` and composed asynchronous operations.
+ `asio_handler_is_continuation` hook can be customised to return `true` if
+ this is the case, and Asio's implementation can use this knowledge to
+ optimise scheduling of the new handler. To cover common cases, Asio
+ customises the hook for strands, `spawn()` and composed asynchronous
+ operations.
* Added four new generic protocol classes, `generic::datagram_protocol`,
`generic::raw_protocol`, `generic::seq_packet_protocol` and
`generic::stream_protocol`, which implement the `Protocol` type
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk