ned14 / outcome

Provides very lightweight outcome<T> and result<T> (non-Boost edition)
https://ned14.github.io/outcome
Other
676 stars 62 forks source link

Document the coroutine support #222

Closed ned14 closed 4 years ago

ned14 commented 4 years ago

https://github.com/ned14/outcome/blob/develop/include/outcome/coroutine_support.hpp has been shipping into production for a while now, but the docs don't mention it :(

ned14 commented 4 years ago

Implemented to https://ned14.github.io/outcome/tutorial/essential/coroutines/