If I have a coroutine that\'s consuming items from an async generator what is the "best" way to terminate that loop from an external condition?
Consider thi