|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83314 - trunk/libs/coroutine/doc
From: oliver.kowalke_at_[hidden]
Date: 2013-03-05 13:20:47
Author: olli
Date: 2013-03-05 13:20:47 EST (Tue, 05 Mar 2013)
New Revision: 83314
URL: http://svn.boost.org/trac/boost/changeset/83314
Log:
coroutine: documentation fixed
Text files modified:
trunk/libs/coroutine/doc/intro.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/coroutine/doc/intro.qbk
==============================================================================
--- trunk/libs/coroutine/doc/intro.qbk (original)
+++ trunk/libs/coroutine/doc/intro.qbk 2013-03-05 13:20:47 EST (Tue, 05 Mar 2013)
@@ -14,7 +14,7 @@
terminates always before the parent.
Coroutines are a generalization of routines.
The principal difference between coroutines and routines is that a coroutine
-enables explicit suspend and resume their progress via additional operations by
+enables explicit suspend and resume of their progress via additional operations by
preserving local state, e.g. a coroutine is a kind of continuation.
A continuation is a object representing a suspended execution (registers,
stack). Each coroutine has its own stack and local variables, sub-routine calls
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