Typed TaskGroup.start_soon
#611
ThirVondukr
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
That's not a good idea because, frankly, the asyncio way is broken. For instance, if If you want to call a coro with keyword parameters, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to provide asyncio-like interface to
TaskGroup.start_soon
?:Instead of
If that's not possible due to
trio
API maybe it should at least be typed usingParamSpec
? 🤔Beta Was this translation helpful? Give feedback.
All reactions