Slide 3
Slide 3 text
Approaches
● Threads
○ hard to write and maintain
● Callbacks
○ series of nested callbacks which lead to incomprehensible code
● Futures, Promises,...
○ different programming mental model
● Reactive Extensions
○ everything is a stream, and it's observable
● Coroutines