Eric Niebler — A unifying abstraction for async in C++

Ближайшая конференция — C Russia Moscow 14-15 июля, Славянская Подробности и билеты: Async in Standard C is in a sad state. The standard tools — promises, futures, threads, locks, and std::async — are either inefficient, broken, or both. Even worse, there is no standard way to say where work should happen. Parallel algorithms, heterogeneous computing, networking & IO, reactive streams, and more: all critically important foundational technologies that await a standard abst
Back to Top