mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-10 07:34:03 +00:00
Merge branch 'develop'
This commit is contained in:
commit
16639d81b7
@ -13,7 +13,7 @@ Implementations that produce sequences of values typically use asymmetric
|
|||||||
coroutines.
|
coroutines.
|
||||||
[footnote Moura, Ana Lucia De and Ierusalimschy, Roberto.
|
[footnote Moura, Ana Lucia De and Ierusalimschy, Roberto.
|
||||||
"Revisiting coroutines". ACM Trans. Program. Lang. Syst., Volume 31 Issue 2,
|
"Revisiting coroutines". ACM Trans. Program. Lang. Syst., Volume 31 Issue 2,
|
||||||
February 2014, Article No. 6]
|
February 2009, Article No. 6]
|
||||||
|
|
||||||
|
|
||||||
[heading stackful]
|
[heading stackful]
|
||||||
|
@ -54,7 +54,7 @@ function, such as traversal of binary trees (see example 'same fringe').
|
|||||||
[heading characteristics]
|
[heading characteristics]
|
||||||
Characteristics [footnote Moura, Ana Lucia De and Ierusalimschy, Roberto.
|
Characteristics [footnote Moura, Ana Lucia De and Ierusalimschy, Roberto.
|
||||||
"Revisiting coroutines". ACM Trans. Program. Lang. Syst., Volume 31 Issue 2,
|
"Revisiting coroutines". ACM Trans. Program. Lang. Syst., Volume 31 Issue 2,
|
||||||
February 2014, Article No. 6] of a coroutine are:
|
February 2009, Article No. 6] of a coroutine are:
|
||||||
|
|
||||||
* values of local data persist between successive calls (context switches)
|
* values of local data persist between successive calls (context switches)
|
||||||
* execution is suspended as control leaves coroutine and is resumed at certain time later
|
* execution is suspended as control leaves coroutine and is resumed at certain time later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user