Slide 12
Slide 12 text
Example: When we use them?
• If you are service provider,
• Public service API (interface for user) should
return CompletableFuture instance if it may use
I/O internally.
• Then during I/O is running, your user can use
current thread for other usage.