Removes an element from the set.
This method removes the specified element from the set in a thread-safe approach.
true if the element was removed successfully, false if it doesn't exist in the set.
true
false
The element to be removed.