Y
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
sedatk
473 days ago
An empty check wouldn't be thread-safe either.
link
vips7L
472 days 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
link