Тёмный

Rainer Grimm - Concurrency Patterns 

C++ User Group
Подписаться 15 тыс.
Просмотров 266
50% 1

Подробнее о конференции C++ Russia: jrg.su/W8skjE
- -
The main concern when you deal with concurrency is shared, mutable state or as Tony Van Eerd put it in his CppCon 2014 talk “Lock-free by Example”: “Forget what you learned in Kindergarten (i.e., stop Sharing).”
Rainer presents in theory and praxis proven patterns such as thread-safe storage, strategized locking, thread-safe interface, or guarded suspension to deal with the enemies of thread-safe programming: shared state and mutation. To synchronize and schedule member function invocations in a concurrent architecture, the classics such as active object, or monitor object provide valuable services.
Скачать презентацию с сайта С++ Russia - jrg.su/tR2iI3

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
Далее
Тренды от HR
43:38
Просмотров 155
Standoff 2 is a true horror! #standoff #horror #meme
00:13
The Pointer to Implementation (pImpl) idiom in C++
6:54
C++ Should Be C++ - David Sankel - C++Now 2024
1:28:49
Просмотров 16 тыс.
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Writing async/await from scratch in C# with Stephen Toub
1:06:02
Delivering Safe C++ - Bjarne Stroustrup - CppCon 2023
1:29:16