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 left this out of the original version of this code because in general in trio this is a complicated issue (python-trio/trio#470), and I figured it was better to be consistent with other trio functions like trio.run, where we need to reserve kwargs for controlling the parent function. But now that it's a separate library, that doesn't really apply. And capture and acapture are obviously complete as they stand; there's no way we'll ever want to add any other arguments to them.
The text was updated successfully, but these errors were encountered:
I left this out of the original version of this code because in general in trio this is a complicated issue (python-trio/trio#470), and I figured it was better to be consistent with other trio functions like
trio.run
, where we need to reserve kwargs for controlling the parent function. But now that it's a separate library, that doesn't really apply. Andcapture
andacapture
are obviously complete as they stand; there's no way we'll ever want to add any other arguments to them.The text was updated successfully, but these errors were encountered: