CodeRage 2022: Challenges of Multi-threaded Programming

Here you can find slides from my CodeRage 2022 presentation about Challenges of Multi-threaded Programming, as well as additional links to code examples related to the presentation.




Slides: https://dalija.prasnikar.info/dl/DP_CodeRage2022.pdf

Additional links:

Thread-safe Event Bus: https://github.com/dalijap/nx-horizon

Books:


Replay of the presentation can be found at: https://www.youtube.com/watch?v=d4QTRXVj8mg

Comments

Popular posts from this blog

Coming in Delphi 12: Disabled Floating-Point Exceptions

Beware of loops and tasks

Catch Me If You Can - Part II