Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Promises in C++ - The Universal Glue for Asynchronous Programs
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Open Source
- 3 Problem
- 4 Blocking Threads
- 5 Spawning Off Threads
- 6 Asynchronous Libraries
- 7 State Machines
- 8 nested callbacks
- 9 event systems
- 10 Scaling
- 11 Standed Future
- 12 Exceptions for Errors
- 13 Asynchronous Interface
- 14 DPL Promise
- 15 Fundamental Operations
- 16 Why dont we move values out of promises
- 17 Promise constructor
- 18 Construction helpers
- 19 Continuation
- 20 Empty Promises
- 21 Question
- 22 Example
- 23 ListenUntilError
- 24 Callback Connect
- 25 SingleCallback Systems
- 26 Dimension
- 27 Promise
- 28 Zookeeper
- 29 GetChildren