top | item 43209362

(no title)

TYMorningCoffee | 1 year ago

Good point. It should be replaced with an if not empty check.

discuss

order

sedatk|1 year ago

An empty check wouldn't be thread-safe either.

vips7L|1 year ago

Hmm I don’t think we know that from the post. The list of unrelated objects could be immutable or mutable and never modified. An isEmpty check is 100% safe to be called concurrently in both those situations