Support no arg to `Context.started()` like trio

transport_hardening
Tyler Goodlet 2021-05-25 09:19:07 -04:00
parent 6bec0ddf0c
commit 4c712a8e47
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class Context:
if self._portal:
self._portal._streams.remove(rchan)
async def started(self, value: Any) -> None:
async def started(self, value: Optional[Any] = None) -> None:
if self._portal:
raise RuntimeError(