Closed cretz closed 1 year ago
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
asyncio.wait_for
WorkflowHandle.result
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 onWorkflowHandle.result