You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 writetask.join()
and now you've just swallowed an exception.The text was updated successfully, but these errors were encountered: