Alexander Ebral

Results 1 issues of Alexander Ebral

In initialize function there is [condition](https://github.com/long2ice/asynch/blob/dev/asynch/pool.py#L175 ) `while self.size < self.minsize:` where `self.size` is `self.freesize + len(self._used)` and this leads to the fact that there will never be more than...