Hacker News new | ask | show | jobs
by TYMorningCoffee 473 days ago
Good point. It should be replaced with an if not empty check.
1 comments

An empty check wouldn't be thread-safe either.
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