writerPreferred property

bool writerPreferred
final

Whether a waiting writer blocks newly-arriving readers (anti-starvation). Audited: 2026-06-12 11:26 EDT

Implementation

// ignore: saropa_lints/prefer_boolean_prefixes -- public API name kept deliberately; "isWriterPreferred" obscures the writer-preference policy (see read-write-lock-653 plan)
final bool writerPreferred;