Hi. I'm currently looking around for generic object pool implementations for use with objects, that take significant time to allocate (e.g. database connections with initialization queries) or deallocate.
How does this library handle objects that are in allocating/deallocating state for prolonged periods? Also are there any CompletableFuture based APIs available?
Hi. I'm currently looking around for generic object pool implementations for use with objects, that take significant time to allocate (e.g. database connections with initialization queries) or deallocate.
How does this library handle objects that are in allocating/deallocating state for prolonged periods? Also are there any CompletableFuture based APIs available?