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
Hi,
I've added a small app with a backend service that simulates delays and sometimes "connection error".
In the frontend I've used CompletableFuture to handle async usage of the backend service and error handling.
Take a look at the example and tell me what you think.
We should provide an example of how to use
CompletableFuture
to implement async behavior.The text was updated successfully, but these errors were encountered: