Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Fix multi-threading issues. #424

Closed letiemble closed 11 years ago

letiemble commented 11 years ago

This pull request addresses domain and concurrency issues by implementing additional locks and error checking. The modifications are based on the pull request monobjc#405.

aarononeal commented 11 years ago

Yeah, my earlier patch was large, good idea splitting it. :) The diff looks good and the changes are consistent with the other one.