mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
fix citation in docu
This commit is contained in:
parent
239e014d99
commit
b5ac9ba526
@ -13,7 +13,7 @@ Implementations that produce sequences of values typically use asymmetric
|
||||
coroutines.
|
||||
[footnote Moura, Ana Lucia De and Ierusalimschy, Roberto.
|
||||
"Revisiting coroutines". ACM Trans. Program. Lang. Syst., Volume 31 Issue 2,
|
||||
February 2014, Article No. 6]
|
||||
February 2009, Article No. 6]
|
||||
|
||||
|
||||
[heading stackful]
|
||||
|
@ -54,7 +54,7 @@ function, such as traversal of binary trees (see example 'same fringe').
|
||||
[heading characteristics]
|
||||
Characteristics [footnote Moura, Ana Lucia De and Ierusalimschy, Roberto.
|
||||
"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)
|
||||
* execution is suspended as control leaves coroutine and is resumed at certain time later
|
||||
|
Loading…
x
Reference in New Issue
Block a user