New Issue: [Feature Request]: Make reader()/writer() methods default to 'locking=false'

24732, "bradcray", "[Feature Request]: Make reader()/writer() methods default to 'locking=false'", "2024-03-29T23:44:35Z"

This is a request that, once we've lived with the requirement that reader() and writer() methods require a locking argument to be passed in for long enough (presumably a release or two), we make them default to locking=false to capture what we increasingly think of as being the appropriate default (as reflected by other interfaces such as the random number generators, associative domains, and openReader()/Writer() routines).