Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.
This repository was archived by the owner on May 21, 2022. It is now read-only.

PooledObject timeout #1

@brunodoamaral

Description

@brunodoamaral

Hi! First, thanks for your lib!

I'd like to make a suggestion: where can we implement a timeout feature in order to release an unused PooledObject from the pool?

It should be nice to have a constructor like:

public ObjectPool(int minimumPoolSize, int maximumPoolSize, long lazyObjectsTimeoutMs, Func<T> factoryMethod)

What do you think?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions