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

round_2_ci_windows
Tyler Goodlet 2021-05-25 09:19:07 -04:00
parent a2e2f7e7a8
commit 9a4244b9a6
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(