temporalio / sdk-python

Temporal Python SDK
MIT License
474 stars 77 forks source link

Remove timeout from WorkflowUpdateHandle.result #408

Closed cretz closed 1 year ago

cretz commented 1 year ago

Describe the solution you'd like

Users can do this with asyncio.wait_for if they want, no reason to have this if we're not also gonna have it on WorkflowHandle.result