GorNishanov / coroutines-ts

20 stars 2 forks source link

LEWG: resume/destroy/operator() should be const (and noexcept) #22

Open GorNishanov opened 6 years ago

lewissbaker commented 6 years ago

Whether or not resume() should be noexcept will depend on what we decide to do with #17.

If we decide to allow unhandled_exception() to rethrow the exception then exceptions may propagate out of resume().