mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +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.)
15 KiB
15 KiB