Y
Hacker News
new
|
ask
|
show
|
jobs
by
sureshv
1104 days ago
Looks like a wrapper over core data - was wondering if they made it thread safe.
1 comments
sumuyuda
1104 days ago
This is a huge annoyance with CoreData, you can’t pass objects between threads.
link
secretsatan
1104 days ago
I 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
link