The Wayback Machine - https://web.archive.org/web/20210416123909/https://github.com/topics/io
Skip to content
#

io

Here are 633 public repositories matching this topic...

njsmith
njsmith commented Apr 13, 2021

This is the core part of the loop that our worker threads currently run:

https://github.com/python-trio/trio/blob/6b0a094c8e5860ff5e26e825ff867229bf9707bb/trio/_core/_thread_cache.py#L60-L73

You can see that we currently explicitly del fn and del deliver. That's because these are two arbitrary user objects, and if we didn't delete them, then they would stick around until the worker threa

Improve this page

Add a description, image, and links to the io topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the io topic, visit your repo's landing page and select "manage topics."

Learn more