Promises in C++ - The Universal Glue for Asynchronous Programs

Promises in C++ - The Universal Glue for Asynchronous Programs

CppNow via YouTube Direct link

SingleCallback Systems

25 of 29

25 of 29

SingleCallback Systems

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. 1 Introduction
  2. 2 Open Source
  3. 3 Problem
  4. 4 Blocking Threads
  5. 5 Spawning Off Threads
  6. 6 Asynchronous Libraries
  7. 7 State Machines
  8. 8 nested callbacks
  9. 9 event systems
  10. 10 Scaling
  11. 11 Standed Future
  12. 12 Exceptions for Errors
  13. 13 Asynchronous Interface
  14. 14 DPL Promise
  15. 15 Fundamental Operations
  16. 16 Why dont we move values out of promises
  17. 17 Promise constructor
  18. 18 Construction helpers
  19. 19 Continuation
  20. 20 Empty Promises
  21. 21 Question
  22. 22 Example
  23. 23 ListenUntilError
  24. 24 Callback Connect
  25. 25 SingleCallback Systems
  26. 26 Dimension
  27. 27 Promise
  28. 28 Zookeeper
  29. 29 GetChildren

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.