Overview of Java FutureTask

Опубликовано: 31 Январь 2025
на канале: Douglas Schmidt
271
6

This video explains how the Java Future interface can be implemented viathe FutureTask class, which conveys the result from a Thread running an asynchronous computation to a Thread that wants to process the result. It gives an example of applying FutureTask in the context of the ActiveObject implementation from case study ex16.

All the code shown in this video is available in open-source form from
https://github.com/douglascraigschmid....