Coroutines and C++ DSLs for Human Scale Concurrency
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the potential of C++ coroutines and domain-specific languages (DSLs) for simplifying concurrency in this ACCU 2017 conference talk. Delve into the world of stackless coroutines and resumable functions, available in Visual Studio 2015 and soon in clang/llvm, despite not being standardized yet. Go beyond typical examples like generators and asynchronous IO to investigate how coroutines can be utilized to create C++ DSLs that make concurrent programming more accessible and manageable for developers. Discover the evolving research and technology behind this concept, aiming to achieve "Concurrency at Human Scale" and potentially revolutionize the way programmers approach concurrent systems.
Syllabus
Coroutines and C++ DSLs for Human Scale Concurrency - Dominic Robinson [ACCU 2017]
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube