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
If you run the above code, neither System.out.println("here"); nor logger.info("Waiting for operation completion..."); gets executed until the resource group has been deleted completed. Then how is this asynchronous in any way?
If you run the above code, neither
System.out.println("here");norlogger.info("Waiting for operation completion...");gets executed until the resource group has been deleted completed. Then how is this asynchronous in any way?