AsyncKit 1.0.0 Beta 1
Pre-release
Pre-release
ConnectionPool
can now be shared across anEventLoopGroup
. (#40)
Notes:
ConnectionPool
is now based on anEventLoopGroup
and has aConnectionPoolEventLoopPreference
enum for informing the pool whichEventLoop
you would like to be called back on.ConnectionPool
can still be used on a singleEventLoop
, this change just expands its applicability to more use cases.
ConnectionPool
can now prune old, closed connections when resource demand is low. (#41)