mindsnacks / Zinc-ObjC

Objective-C client for Zinc asset distribution system
MIT License
17 stars 6 forks source link

Expanding "initializationQueue" to "internalQueue". #64

Closed amrox closed 11 years ago

amrox commented 11 years ago

Now TaskRef and RepoIndexUpdate operations run in this queue.

This is to prevent some kinds of deadlocks occurring when the taskQueue is suspended. Now "internal" operations can still run.

JaviSoto commented 11 years ago

Makes sense!

amrox commented 11 years ago

FYI Unit and Functional tests pass.

JaviSoto commented 11 years ago

:shipit: