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
PR #3 demonstrates in example7 how a user can wait for completion of async methods invoked with wait_for_completion=False.
That concept could also be used within the zhmcclient code in the implementation of wait_for_completion=True, i.e. to change the current polling-based implementation to a notification-based one.
The text was updated successfully, but these errors were encountered:
PR #3 demonstrates in example7 how a user can wait for completion of async methods invoked with
wait_for_completion=False
.That concept could also be used within the zhmcclient code in the implementation of
wait_for_completion=True
, i.e. to change the current polling-based implementation to a notification-based one.The text was updated successfully, but these errors were encountered: