Support no arg to `Context.started()` like trio
							parent
							
								
									df420fcafc
								
							
						
					
					
						commit
						98a69f06b4
					
				| 
						 | 
				
			
			@ -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(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue