async-kit
async-kit copied to clipboard
Sugary extensions for the SwiftNIO library
Consider supporting "leaky" connection pooling where requests for connections beyond the pool's maximum limit will create temporary connections. See https://gitlab.com/Mordil/RediStack/-/merge_requests/116/diffs#cba55883b2f54457e6530e8a988688bc63337457_0_80
It would be great to have an ability to configure minimum size of the connection pool
Just a thought, it would be more inline with rx ``` swift public func map( to result: Result.Type, _ futureA: Future, _ futureB: Future, _ callback: @escaping (A, B) throws...
Some helpers for using `Foundation.Process` asynchronously with an event loop would be nice. Basically an improved implementation of what is here: https://github.com/vapor/core/blob/master/Sources/Core/Process%2BExecute.swift
Currently there is no way to store arbitrary data on an event loop. It has been recommended previously to use a `ThreadSpecificVariable` instead. While this works, the purpose of the...
Migrates usages of `Lock` to `NIOLock` to fix deprecation warnings