Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design: task supervision and results #7

Closed
njsmith opened this issue Jan 22, 2017 · 1 comment
Closed

Design: task supervision and results #7

njsmith opened this issue Jan 22, 2017 · 1 comment

Comments

@njsmith
Copy link
Member

njsmith commented Jan 22, 2017

Ugh, this is a big open area.

I'm somewhat hesitant to build a specific supervision framework into trio right away, because it feels like an area that needs some exploration. OTOH I guess trio is unstable, so whatever? But what I'm most concerned about is getting the underlying APIs right; I'm pretty sure we want some lower level API to exist beyond the actual supervisor system.

I really don't like the current .join() design though, because it's way too easy to write task.join() and now you've just swallowed an exception.

@njsmith
Copy link
Member Author

njsmith commented Feb 11, 2017

Solved by the addition of the nursery system.

@njsmith njsmith closed this as completed Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant