Concurrent Programming

Guard Access to Your Resources

Designing a Thread-Safe API

Riccardo Cipolleschi
6 min readJun 4, 2020

--

Nowadays, apps strive to start fast. They give users the impression of being fast and reliable. We, as developers, achieve this by writing concurrent, parallel code. The obtained performances are amazing when we manage to write it correctly. However, writing a proper concurrent code is anything but a…

--

--

Riccardo Cipolleschi

Hey there, I’m Riccardo. Software engineer at Meta. I have a passion for iOS and I love to share my knowledge with others.