rwLock property

AsyncRwLock get rwLock

Test/diagnostics hook: returns the in-process RW lock so callers can assert serialization properties.

Implementation

AsyncRwLock get rwLock => _lock;