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

Less buggy and more general sub-context mechanism #389

Closed itamarst closed 5 years ago

itamarst commented 5 years ago

Prerequisite for #387.

Fixes #388.

exarkun commented 5 years ago

Note I've never used or even glanced at the documentation for Python coroutines or asyncio.

itamarst commented 5 years ago

Mostly this is about whether the interface for sub-contexts is more correct—none of it is really about asyncio.