C# Class MongoDB.Bson.Serialization.ReaderWriterLockExtension

mongodb在unity3d上的bug,这几个函数用来辅助修改bug
显示文件 Open project: egametang/Egametang

Public Methods

Method Description
EnterReadLock ( this locker ) : void
EnterWriteLock ( this locker ) : void
ExitReadLock ( this locker ) : void
ExitWriteLock ( this locker ) : void

Method Details

EnterReadLock() public static method

public static EnterReadLock ( this locker ) : void
locker this
return void

EnterWriteLock() public static method

public static EnterWriteLock ( this locker ) : void
locker this
return void

ExitReadLock() public static method

public static ExitReadLock ( this locker ) : void
locker this
return void

ExitWriteLock() public static method

public static ExitWriteLock ( this locker ) : void
locker this
return void