Don't push stream msgs in fsps by default
							parent
							
								
									5f45404efb
								
							
						
					
					
						commit
						30dfb8f03d
					
				| 
						 | 
					@ -91,7 +91,7 @@ async def fsp_compute(
 | 
				
			||||||
    func_name: str,
 | 
					    func_name: str,
 | 
				
			||||||
    func: Callable,
 | 
					    func: Callable,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    attach_stream: bool = True,
 | 
					    attach_stream: bool = False,
 | 
				
			||||||
    task_status: TaskStatus[None] = trio.TASK_STATUS_IGNORED,
 | 
					    task_status: TaskStatus[None] = trio.TASK_STATUS_IGNORED,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
) -> None:
 | 
					) -> None:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue