You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a method that returned the list inside config["TASKS"] so we can see how many are alive vs not alive. I know of wait_for_tasks() and is_alive() but if we could just get the list itself we can easily see how many alive remain and print that out. In this way, we don't need to keep our own list of tasks and iterate using is_alive() ourselves.
Thank you,
Nick
The text was updated successfully, but these errors were encountered:
It would be nice if there was a method that returned the list inside
config["TASKS"]
so we can see how many are alive vs not alive. I know ofwait_for_tasks()
andis_alive()
but if we could just get the list itself we can easily see how many alive remain and print that out. In this way, we don't need to keep our own list of tasks and iterate usingis_alive()
ourselves.Thank you,
Nick
The text was updated successfully, but these errors were encountered: