C++17 Coroutines for App and Library Developers
Offered By: CppNow via YouTube
Course Description
Overview
Explore C++17's groundbreaking coroutines in this comprehensive conference talk from CppNow. Dive into Stackless Resumable Functions, the proposed standardization for lightweight coroutines that offer unparalleled efficiency, scalability, and customizability. Learn how these coroutines can scale to billions of concurrent instances, seamlessly integrate with existing asynchronous OS APIs and libraries through zero-overhead adapters, and empower library designers to create innovative coroutine types. Examine practical examples of tasks, goroutines, and generators built on resumable functions, and delve into their implementation details. Discover the extensive customization options available to both library designers and users for extending coroutine functionality. Gain insights into how C++17 coroutines are poised to revolutionize concurrent programming, offering the most advanced coroutine capabilities of any programming language to date.
Syllabus
Gor Nishanov: C++17 coroutines for app and library developers
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube