lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k stars 472 forks source link

Annotate async_generator, generator, and task with [[nodiscard]] #105

Closed joemalle closed 5 years ago

joemalle commented 5 years ago

See https://github.com/lewissbaker/cppcoro/issues/104

lewissbaker commented 5 years ago

Thanks very much for the PR!