FCO / Red

A WiP ORM for Raku
Artistic License 2.0
68 stars 27 forks source link

Extend alias lock to also cover the read accesses #545

Closed patrickbkr closed 2 years ago

patrickbkr commented 2 years ago

Hashes are not only write <-> write unsafe, but also read <-> write unsafe. Thus we need to also lock the alias-cache read accesses to prevent concurrent read <-> write access.