CppCon 2015: Detlef Vollmann “Executors for C++ - A Long Story ...'

preview_player
Показать описание

Detlef Vollmann “Executors for C++ - A Long Story Stuggling for a Base Concurrency Building Block”
--

Executors will be a base building block in C++ for asynchronous, concurrent and parallel work. The job of an executor is simple: run the tasks that are posted. So the first proposals for executors in C++ had a very simple interface. However, being a building block, the executor should provide an interface that's useful for all kind of higher level abstractions and needs to work together with different types of concurrency, like co-operative multi-tasking or GPU like hardware. This presentation will look at the evolution of the executor proposals for C++ and what they'll provide for normal application programmers.


*-----*
*-----*
Рекомендации по теме
Комментарии
Автор

Now its 2024 and we still might not see this in C++26 it is a shame how slow C++ develops in all things that are not template/type system crazy features

llothar