facebookexperimental / facebookexperimental/libunifex
Typo in doc/overview.md
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/facebookexperimental/libunifex/blob/master/doc/overview.md#heterogeneous-results
> However, coroutines currently have the limitation that the return-type of a `co_await` expression can only be a single type (it is deduced from the return-type of the `await_ready()` method).
It should be "`await_resume()` method" instead of "`await_ready()` method", isn't it?
Contributor guide
Assessment
This issue has not been assessed yet.