menu
ayleio package
documentation
package/synchronized/lib/src/reentrant_lock.dart
ReentrantLock
innerLocks property
innerLocks property
dark_mode
light_mode
innerLocks
property
List
<
BasicLock
>
innerLocks
final
We always have at least one inner lock
Implementation
final List<BasicLock> innerLocks = [BasicLock()];
ayleio package
documentation
package/synchronized/lib/src/reentrant_lock
ReentrantLock
innerLocks property
ReentrantLock class