philiplaureano / LinFu

A framework that adds mixins, inversion of control, DbC, and other language features to the Common Language Runtime.
http://www.codeproject.com/KB/cs/LinFuPart1.aspx
206 stars 30 forks source link

Made synchronization object static #24

Closed dchrno closed 10 years ago

dchrno commented 10 years ago

_lock was a instance variable, it must be static for SingletonFactory to be thread safe.