![]() | IReaderWriterLockManager Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.locks.IReaderWriterLockManager"]
Namespace: com.espertech.esper.compat.threading.locks
public interface IReaderWriterLockManager
Name | Description | |
---|---|---|
![]() | CreateDefaultLock |
Creates the default lock.
|
![]() | CreateDefaultLock(String) |
Creates the default lock.
|
![]() | CreateLock(FuncT, TResult) | |
![]() | CreateLock(String) |
Creates a lock for the category.
|
![]() | CreateLock(Type) |
Creates a lock for the category defined by the type.
|
![]() | RegisterCategoryLock(String, FuncT, TResult) | |
![]() | RegisterCategoryLock(Type, FuncT, TResult) | |
![]() | RegisterCategoryLockT(FuncT, TResult) |