macro yield_try($res) { ... }

Extract the success value or yield the calling coroutine.

This is similar to try, but usable in coroutine functions that yield Result values.

Expands to the following expression