true if the sink is full
Attempts to add a value to the sink.
Attempts to add a value to the sink. If the sink is full, this method will typically return false. The caller should try to offer the value again once the refiller is exectuted.
true if the value was added.