6 ms·
Looks like a wrapper over core data - was wondering if they made it thread safe.
by sureshv 3y ago
Looks like a wrapper over core data - was wondering if they made it thread safe.
- sumuyuda 3y agoThis is a huge annoyance with CoreData, you can’t pass objects between threads.
- secretsatan 3y agoI remember tearing my hair out over that, i did eventually get it working reliably across the 2 threads i needed and i swore if i ever had to try again i’d try something else, it was just so easy to start with