fix citation in docu

This commit is contained in:
Oliver Kowalke 2016-03-20 20:22:18 +01:00
parent 239e014d99
commit b5ac9ba526
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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