Comparing the Overview of Blocking vs. Non-Blocking with the Java Completable Futures framework.

Опубликовано: 06 Ноябрь 2022
на канале: Douglas Schmidt
768
12

This example shows the difference between calling join() on intermediate Java CompletableFuture objects (which block and thus degrade performance) vs. simply making one call to join() (and thus enhancing greater parallelism). These tests demonstrate why join() shouldn't be used in a stream pipeline on a CompletableFuture that hasn't completed since it may impede parallelism.


Смотрите видео Comparing the Overview of Blocking vs. Non-Blocking with the Java Completable Futures framework. онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Douglas Schmidt 06 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 76 раз и оно понравилось 1 людям.