A thread-safety gotcha with CurrentAttributes How memoization inside CurrentAttributes caused user data to leak between requests. Justin Toniazzo July 15, 2025 Rails Concurrency Parallelism
A Simple Approach to Thread-Safe Networking in iOS Apps Concurrent programming is hard! But by taking advantage of a lesser-known aspect of its design, we can avoid some common pitfalls. Adam Sharp September 21, 2017 Concurrency Parallelism URLSession Networking Swift iOS