Rainer Grimm - Concurrency Patterns

Поделиться
HTML-код
  • Опубликовано: 15 май 2024
  • Подробнее о конференции 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

Комментарии • 1

  • @UnrealTemplier

    Thank you, Rainer for the great talk! You did a lot for the community and you are great! I wish you better health and more luck!