Completed
NEW FEATURE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Simplifying Asynchronous Code With Scala Async
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 THE PROBLEM
- 3 INSPIRATION
- 4 GENTLE INTRO TO ASYNC Async provides two constructs: async and wait
- 5 USING ASYNC
- 6 IN SHORT
- 7 PLAY FRAMEWORK EXAMPLE
- 8 ANOTHER EXAMPLE
- 9 BACK TO USING FOR
- 10 DIRECT STYLE
- 11 USING AWAIT
- 12 NEW FEATURE
- 13 EXPERIMENTAL EXTENSION
- 14 RAY: RASYNC, AWAIT*, YIELD
- 15 CONCLUSION
- 16 WHAT IS IT FOR?
- 17 TAKEAWAY
- 18 ROADMAP
- 19 PLUG