У нас вы можете посмотреть бесплатно Designing for C++ Concurrency Using Message Passing - Anthony Williams - C++Online 2024 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The Online C++ Conference - https://cpponline.uk/ -- @cpponlineconf --- Designing for C++ Concurrency Using Message Passing - Anthony Williams - C++Online 2024 One common way to design concurrent code with less potential for synchronization and other concurrency errors is to use message passing. In this talk, I will walk through the design of some example code, showing how to build such a system in practice This talk will include a brief description of what message passing frameworks are, and how they can help avoid concurrency errors. I will then work through some examples, showing how the tasks are divided between the elements, and how the system can therefore utilise concurrency, while insulating the application code from the details of synchronization. Slides: https://github.com/CppOnlineConferenc... --- Anthony Williams Anthony Williams is the author of C++ Concurrency in Action, and a UK-based developer and consultant with many years of experience in C++. He has been an active member of the BSI C++ Standards Panel since 2001, and is author or coauthor of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the C++11 Standard. Anthony lives in the far west of Cornwall, England, and is currently working for Woven by Toyota developing automotive software. --- Streamed & Edited by Digital Medium Ltd - online.digital-medium.co.uk --- C++Online - The Online C++ Conference organized by Shaved Yaks: https://shavedyaks.com/ & Digital Medium: https://events.digital-medium.co.uk --- #cpp #cplusplus #cpponline #concurrency