feat: implement AsyncContextManager for IMuxedStream to support async… (#629)

* feat: implement AsyncContextManager for IMuxedStream to support async with

* doc: add newsfragment
This commit is contained in:
acul71
2025-05-30 16:44:33 +02:00
committed by GitHub
parent 67ca1d7769
commit 67ab6e27d8
5 changed files with 179 additions and 1 deletions

View File

@ -0,0 +1 @@
implement AsyncContextManager for IMuxedStream to support async with