mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
By protecting all the RefPtr<Custody> objects that may be accessed from multiple threads at the same time (with spinlocks), we remove the need for using LockRefPtr<Custody> (which is basically a RefPtr with a built-in spinlock.)
11 KiB
11 KiB