Главная
Study mode:
on
1
Intro
2
WHAT IS MONIX?
3
EVALUATION IN SCALA
4
MONIX TASK'S BEHAVIOR
5
MEMOIZATION (3/4)
6
TAIL RECURSIVE LOOPS (4/4)
7
NO BOOBY TRAPS (2/2)
8
SCHEDULER (1/4)
9
EXECUTION MODEL: BATCHED
10
EXECUTION MODEL: ALWAYS ASYNC
11
REAL ASYNCHRONY
12
CANCELABLES: SAFE FALLBACKS (2/2)
13
CANCELABLES: BETTER FUTURE SEQUENCE
14
CANCELABLES: LOOPS
15
ERROR HANDLING (3/4)
16
ASYNCHRONOUS SEMAPHORE
17
CIRCUIT BREAKER
Description:
Explore the Monix Task, a powerful alternative to Scala's Future for handling asynchronous computations and non-determinism. Dive into this 42-minute conference talk from Scala Days Copenhagen 2017, where Alexandru Nedelcu demonstrates the design, use cases, and advantages of Monix Task. Learn about its compatibility with Scala.js/Javascript runtimes and the Cats library, as well as its performance-oriented architecture. Discover how Monix Task complements Scala's Future and why it's often a better choice for managing asynchronicity without blocking threads. Gain insights into key concepts such as memoization, tail-recursive loops, execution models, cancelables, error handling, and advanced features like asynchronous semaphores and circuit breakers.

Monix Task - Lazy, Async and Awesome

Scala Days Conferences
Add to list