Download the PHP package switon/pool without Composer
On this page you can find all versions of the php package switon/pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor switon
Package pool
Short Description Owner-scoped object pools with guard-based borrow and return for Switon Framework
License MIT
Homepage https://github.com/switon-php/pool
Package pool
Short Description Owner-scoped object pools with guard-based borrow and return for Switon Framework
License MIT
Homepage https://github.com/switon-php/pool
Please rate this library. Is it a good library?
Informations about the package pool
Switon Pool Package
Switon's resource pool manager for pooling resources by owner and type, guard-based auto-return, and pool lifecycle events.
Highlights
- Owner-scoped pools: each owner gets its own pool space.
- Multiple pool types: one owner can keep separate variants such as
defaultandreadonly. - Scoped borrowing:
PoolGuardreturns resources automatically when it goes out of scope. - Capacity control: pool size, timeout, and busy conditions are handled explicitly.
- Observable lifecycle: resource acquiring, returning, and busy states can be observed.
Installation
Quick Start
Docs: https://docs.switon.dev/latest/pool
License
MIT.
All versions of pool with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
psr/event-dispatcher Version ^1.0
switon/core Version ^1.0
switon/event Version ^1.0
switon/sync Version ^1.0
psr/event-dispatcher Version ^1.0
switon/core Version ^1.0
switon/event Version ^1.0
switon/sync Version ^1.0
The package switon/pool contains the following files
Loading the files please wait ...