Skip to content

Commit e75eaf7

Browse files
authored
Merge pull request #67 from r-lib/r6
Allow async functions and generator factories to be R6 methods
2 parents 2cdc740 + 831dd86 commit e75eaf7

File tree

5 files changed

+230
-141
lines changed

5 files changed

+230
-141
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Suggests:
2424
later (>= 1.1.0),
2525
magrittr (>= 2.0.0),
2626
promises,
27+
R6,
2728
reticulate,
2829
rmarkdown,
2930
testthat (>= 3.0.0)

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# coro (development version)
22

3+
* Async functions and generators can now be R6 methods (#63).
4+
5+
* A memory leak that crept back in (see #36) was fixed with a more robust approach.
6+
7+
38
# coro 1.1.0
49

510
* Iterator functions are now allowed to have a `close` argument.

0 commit comments

Comments
 (0)