FCO / Red

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

Fixes #537 #544

Closed FCO closed 2 years ago

FCO commented 2 years ago

the problem seems to be that while a thread is building the model to be used as the relationship, other thread uses it from cache. Trying to lock it. Some tests are breaking, I'll spend some time on them latter.