ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

343 results

vlogize
How to Use join in Java's CompletableFuture Stream for Concurrent Operations

Discover how to effectively utilize the `join` method in Java's CompletableFuture streams to optimize performance and streamline ...

1:56
How to Use join in Java's CompletableFuture Stream for Concurrent Operations

0 views

8 months ago

Peter Schneider
Does CompletableFuture ensure field update visibility after join() in Java?

Does CompletableFuture ensure field update visibility after join() in Java? I hope you found a solution that worked for you :) The ...

2:44
Does CompletableFuture ensure field update visibility after join() in Java?

3 views

10 months ago

vlogize
Transforming CompletableFuture Tasks in Java

Learn how to effectively transform CompletableFuture tasks in Java and perform asynchronous operations with confidence.

2:04
Transforming CompletableFuture Tasks in Java

0 views

2 months ago

The Debug Zone
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

In this video, we dive into the world of concurrency in Java, focusing on the powerful CompletableFuture class. We'll explore the ...

1:53
CompletableFuture Explained: Multi-threaded vs Single-threaded Concurrency

3 views

2 months ago

vlogize
How to Await CompletableFutures Inside a CompletableFuture in Java

Discover how to effectively await multiple async operations within a CompletableFuture in Java without blocking processes.

2:00
How to Await CompletableFutures Inside a CompletableFuture in Java

0 views

6 months ago

vlogize
How to Transpose from Consumer to CompletableFuture in Java

Learn how to seamlessly convert a `Consumer` response to a `CompletableFuture`, enhancing your API integration with Java.

1:34
How to Transpose from Consumer to CompletableFuture in Java

0 views

4 months ago

vlogize
Understanding CompletableFuture for Asynchronous Java Programming

Discover how to run methods in sequence using `CompletableFuture` in Java 8. Learn to control asynchronous execution and ...

2:08
Understanding CompletableFuture for Asynchronous Java Programming

2 views

4 months ago

The Debug Zone
Creating a Generic Array for CompletableFuture in Java: A Step-by-Step Guide

In this video, we dive into the world of Java's CompletableFuture and explore how to create a generic array to enhance your ...

3:45
Creating a Generic Array for CompletableFuture in Java: A Step-by-Step Guide

11 views

11 months ago

vlogize
Handling Exceptions within CompletableFuture's thenApply in Java

Learn how to manage exceptions in Java's `CompletableFuture` using `thenCompose` for effective error handling in ...

2:05
Handling Exceptions within CompletableFuture's thenApply in Java

1 view

8 months ago

BITBEE
Async API Calls in Java: CompletableFuture vs RxJava (3-Min Demo)

Want to make multiple API calls asynchronously in Java? In this quick 3-minute demo, I'll show you how to achieve parallel ...

3:37
Async API Calls in Java: CompletableFuture vs RxJava (3-Min Demo)

895 views

10 months ago

vlogize
How to Efficiently Wait for CompletableFuture Results in Java HttpHandler

Discover a clean and effective approach to wait for `CompletableFuture` results in Java HttpHandler without using Thread.sleep.

2:17
How to Efficiently Wait for CompletableFuture Results in Java HttpHandler

1 view

6 months ago

vlogize
Understanding the Purpose of CompletableFuture's complete() Method in Java

Dive deep into the role and significance of the `complete()` method in `CompletableFuture`. Explore its usage, advantages, and a ...

2:21
Understanding the Purpose of CompletableFuture's complete() Method in Java

2 views

8 months ago

vlogize
Optimizing Java API Calls with CompletableFuture and ExecutorService

Discover how to efficiently manage multiple API calls in Java using `CompletableFuture` and `ExecutorService`. Learn best ...

2:16
Optimizing Java API Calls with CompletableFuture and ExecutorService

2 views

4 months ago

vlogize
Effective Asynchronous File Loading in Java: Invoking CompletableFuture without Complications

Discover how to efficiently use `CompletableFuture` with `ExecutorService` in Java for asynchronous file loading, while optimizing ...

1:59
Effective Asynchronous File Loading in Java: Invoking CompletableFuture without Complications

2 views

8 months ago

vlogize
How to Select a Specific Task Executor in Spring Boot with CompletableFuture

Learn how to configure and use a custom `TaskExecutor` in your Spring Boot application to enhance asynchronous processing ...

2:21
How to Select a Specific Task Executor in Spring Boot with CompletableFuture

24 views

8 months ago

vlogize
Discovering Java's Equivalent to Scala's Futures: Unlocking Concurrency with CompletableFuture

Explore how Java's `CompletableFuture` can be your go-to solution for asynchronous programming, paralleling Scala's futures ...

1:54
Discovering Java's Equivalent to Scala's Futures: Unlocking Concurrency with CompletableFuture

1 view

6 months ago

vlogize
How to Run Code Before Every CompletableFuture.runAsync() in Java

Discover a seamless way to execute code before calling `CompletableFuture.runAsync()`, ensuring the main logic is neatly ...

1:48
How to Run Code Before Every CompletableFuture.runAsync() in Java

0 views

8 months ago

vlogize
Solving the CompletableFuture Execution Issue in Java

Discover why your `CompletableFuture` might not be executing and how to fix it with practical examples in Java. --- This video is ...

2:23
Solving the CompletableFuture Execution Issue in Java

2 views

9 months ago

vlogize
How to Get a Response from CompletableFuture in Java

Learn how to handle responses efficiently using `CompletableFuture.allOf()` in Java and return a list of results to enhance your ...

1:58
How to Get a Response from CompletableFuture in Java

0 views

8 months ago

Next LVL Programming
What Are CompletableFuture? - Next LVL Programming

What Are CompletableFuture? In this informative video, we will cover the essentials of CompletableFuture in Java, a feature that ...

3:26
What Are CompletableFuture? - Next LVL Programming

0 views

6 months ago

vlogize
How to Handle CompletableFuture Exceptions in Java Without Blocking the Calling Thread

Learn how to manage exceptions when using Java's `CompletableFuture` without blocking your main thread. This guide provides ...

1:38
How to Handle CompletableFuture Exceptions in Java Without Blocking the Calling Thread

1 view

3 months ago