Skip to content

Trio 0.16 #11

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

Merged
merged 2 commits into from
Jun 28, 2020
Merged

Trio 0.16 #11

merged 2 commits into from
Jun 28, 2020

Conversation

lenore-corbeaux
Copy link
Contributor

Upgrading prod_trio.py to work with modern version of trio package (0.11 and newer)

  • Adding a comment to explain the trio v0.11.0 compatibility changes
  • Replacing the call to trio.Queue() by trio.open_memory_channel()
  • Using a MemorySendChannel object in generate_data function
  • Using a MemoryReceiveChannel object in process_data function
  • Updating requirements.txt with trio v0.16.0 and trio_asyncio v0.11.0

Lucas CORBEAUX added 2 commits June 26, 2020 12:58
….11 and newer)

- Replacing the call to trio.Queue() by trio.open_memory_channel()
- Using a MemorySendChannel object in generate_data function
- Using a MemoryReceiveChannel object in process_data function
- Updating requirements.txt with trio v0.16.0 and trio_asyncio v0.11.0
@mikeckennedy mikeckennedy merged commit 82d44f5 into talkpython:master Jun 28, 2020
@mikeckennedy
Copy link
Member

Super, thank you!

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