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

Update TaskGroup.spawn() to new anyio 3 API #2

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Conversation

fkusche
Copy link

@fkusche fkusche commented Jun 9, 2021

In commit 9a17132 of anyio, the name changed from
spawn() to start_soon() and spawn() became async and deprecated.
Therefore we move over to start_soon().

Please note that this is untested, because I don't have the time at the moment. But the change should be straight forward.

In commit 9a17132 of anyio, the name changed from
spawn() to start_soon() and spawn() became async and deprecated.
Therefore we move over to start_soon().
@fkusche
Copy link
Author

fkusche commented Jul 12, 2021

Can you please have a look at this @smurfix

@smurfix smurfix merged commit f81ae77 into M-o-a-T:main Jul 12, 2021
@smurfix
Copy link

smurfix commented Jul 12, 2021

Thanks, I'll push an update as soon as I can get to it

@smurfix
Copy link

smurfix commented Jul 12, 2021

pushed :-)

smurfix pushed a commit that referenced this pull request Jul 3, 2022
smurfix pushed a commit that referenced this pull request Jul 3, 2022
Support coroutines as signal handlers (#2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants