readerCount method

int readerCount(
  1. String table
)

Implementation

int readerCount(String table) => _locks[table]?.readers ?? 0;