rsocket-cpp
rsocket-cpp copied to clipboard
remove AllowanceSemaphore infinite
This isn't part of the spec anymore
bool isInfinite() const {
return value_ == max();
}
Proposed removal in #489