Naila Chennit
12/30/2022, 10:01 AMWait N sconds for the task to complete
>>> @flow
>>> def my_flow():
>>> future = my_task()
>>> final_state = future.wait(0.1)
>>> if final_state:
>>> ... # Task done
>>> else:
>>> ... # Task not done yet = > Cancel task
Christopher Boyd
12/30/2022, 1:22 PMNaila Chennit
12/30/2022, 1:27 PMtimeout_seconds
argument doesn't exist, which version is this please ?Christopher Boyd
12/30/2022, 1:29 PMNaila Chennit
12/30/2022, 1:30 PM