On Thu, Oct 27, 2011 at 3:10 PM, Bryan O'Sullivan <bos@serpentine.com> wrote:
I propose that we remove all the automatic locking from the libraries,
and let the user do any locking that they wish to do themselves.
+50
+1. In general I don't like when low-level libraries try to do too many smart things behind my back. That normally ends up in me having to write my own version of the library without those smarts.
-- Johan