Closed belm0 closed 3 years ago
When the context manager body is entered, the background tasks responsible for listening to the individual async value changes may not yet be running, so events may be missed.
https://github.com/groove-x/trio-util/blob/1650e00e6907f9f65150dad77649522f01b4de92/src/trio_util/_async_value.py#L229-L240
When the context manager body is entered, the background tasks responsible for listening to the individual async value changes may not yet be running, so events may be missed.
https://github.com/groove-x/trio-util/blob/1650e00e6907f9f65150dad77649522f01b4de92/src/trio_util/_async_value.py#L229-L240