Vavr (javaslang) Future class explained and show cased
Channel:
Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=4qFWeNF3YYk
We can run heavy calculations in another thread with the Future class in Vavr. We can attach a lambda which is called upon completion.
Feel free to leave a comment or question.
Enjoy! :-)
The code is located here:
https://github.com/ekim197711/vavr
Follow me on twitter:
https://twitter.com/MikeMoelNielsen
Other Videos By Mike Møller Nielsen
2019-04-19 | Bakken - Red train |
2019-04-15 | "Gække"-Letter Competition / Tradition |
2019-04-15 | ReactJS inside a Spring Boot Container. |
2019-04-11 | OBS and OpenShot - Recording Software and Equipment |
2019-04-10 | Spring Boot - Hystrix Circuit Breaker |
2019-04-08 | Spring Boot - Configuration Server |
2019-04-03 | Vavr (javaslang) Collections |
2019-04-03 | Vavr (javaslang) Match |
2019-04-03 | Vavr (javaslang) Validation - Useful for web forms! |
2019-04-02 | Vavr (javaslang) Lazy class explained and show cased - Gives a better performance |
2019-04-02 | Vavr (javaslang) Future class explained and show cased |
2019-04-02 | Vavr (javaslang) Either class explained and show cased |
2019-04-01 | Vavr (javaslang) Try class explained and show cased - a more constructive way of catching exceptions |
2019-04-01 | Vavr (javaslang) Options class explained and show cased - A better version of Javas Optional |
2019-04-01 | Vavr (javaslang) the Function classes explained and show cased |
2019-04-01 | Vavr (javaslang) introduction and Tuples |
Tags:
java
javaslang
vavr
functional programming