itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.11k stars 66 forks source link

Update asyncio/trio docs page with more accurate and useful Trio docs #400

Closed itamarst closed 5 years ago

itamarst commented 5 years ago

Suggests from njsmith:

  1. Trio doesn't need aiocontextvars.
  2. It might be interesting to explain what happens if you put the top-level action inside the nursery context manager.