Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Guard against panics inside the coroutine #3

Open
npmccallum opened this issue Jul 17, 2019 · 1 comment
Open

Guard against panics inside the coroutine #3

npmccallum opened this issue Jul 17, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@npmccallum
Copy link
Collaborator

Stack unwinding across the coroutine boundary won't work. So we need some way to handle panics inside the coroutine.

@npmccallum npmccallum added the enhancement New feature or request label Jul 17, 2019
@npmccallum npmccallum added this to the 0.1.0 milestone Jul 17, 2019
@npmccallum
Copy link
Collaborator Author

We can add this later without changing the API. Also, we don't have any way to catch an exception in core. Let's deal with it later.

@npmccallum npmccallum removed this from the 0.1.0 milestone Jul 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant