Working with Asynchrony Generically: A Tour of C++ Executors (part 1/2) - Eric Niebler - CppCon 21
Источник: CppCon
Источник: CppCon
YouTube
Working with Asynchrony Generically: A Tour of C++ Executors (part 1/2) - Eric Niebler - CppCon 21
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Asynchrony is increasingly important across the software industry, yet C++ lacks a standard async programming model or a comprehensive set of asynchronous algorithms. In this talk, Eric will describe…
https://github.com/CppCon/CppCon2020
---
Asynchrony is increasingly important across the software industry, yet C++ lacks a standard async programming model or a comprehensive set of asynchronous algorithms. In this talk, Eric will describe…
Working with Asynchrony Generically: A Tour of C++ Executors (part 2/2) - Eric Niebler - CppCon 21
Источник: CppCon
Источник: CppCon
YouTube
Working with Asynchrony Generically: A Tour of C++ Executors (part 2/2) - Eric Niebler - CppCon 21
This is Part 2 of a 2 part talk. Part 1 available here: https://youtu.be/xLboNIf7BTg
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Asynchrony is increasingly important across the software industry, yet C++ lacks a standard async programming…
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Asynchrony is increasingly important across the software industry, yet C++ lacks a standard async programming…
A practical use for GetHGlobalFromStream when sharing was never your intention
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
A practical use for GetHGlobalFromStream when sharing was never your intention
A little while ago, I noted that managing shared access to the HGLOBAL inside a stream can get tricky, and opined that the GetHGlobalFromStream should have been something like IStreamOnHGlobal::DetachHGlobal. But in fact there’s a straightforward use…