Closed hughsaunders closed 11 years ago
Currently there is a method for blocking on the adventurate task:
adventure.execute(...).task.wait_for_complete()
However this only waits for the initial adventurate task to complete, not any subsequent tasks that were initiated by executing the adventure.
It would be useful to be able to wait for all tasks related to the adventure to be complete or failed.
Currently there is a method for blocking on the adventurate task:
However this only waits for the initial adventurate task to complete, not any subsequent tasks that were initiated by executing the adventure.
It would be useful to be able to wait for all tasks related to the adventure to be complete or failed.