It would be great if using finish or next within a coroutine would avoid triggering the REPL outside that coroutine (unless the coroutine dies). You can always use step if you want to follow yields.
It would be great if using `finish` or `next` within a coroutine would avoid triggering the REPL outside that coroutine (unless the coroutine dies). You can always use `step` if you want to follow yields.