pool icon indicating copy to clipboard operation
pool copied to clipboard

checkout() should always return value

Open kanekv opened this issue 6 years ago • 0 comments

It would be more ergonomic if checkout always returned value (as that's what will be done anyway when it currently returns None). When value is returned to the pool, capacity can be checked and value dropped if it will exceed it.

kanekv avatar May 09 '18 07:05 kanekv