Completed
Generalizing await
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Asynchronous Streams in Direct Style With and Without Macros
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A solution using for- comprehensions
- 3 A solution using scala-async
- 4 Intermezzo: Reactive Streams
- 5 Publisher
- 6 Subscription
- 7 Reactive Extensions
- 8 Challenges
- 9 Back to our task
- 10 Generalizing await
- 11 Solution using scala-async-flow
- 12 Implementing scala-async-flow
- 13 Library Component
- 14 Macro-based implementation
- 15 Continuations in Project Loom
- 16 Theoretical foundations
- 17 Open Issues
- 18 Resources