Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Pool from Future to Concurrent::Promises
This PR updates SolidQueue::Pool from the deprecated Concurrent::Future to the more "promising" (sorry) Concurrent::Promises API. Rational: The Promises based API is documented as preferred over the Future API. Concurrent::Promises are more performant and deadlock resistant -- Good Things(tm) for SolidQueue. Given Concurrent::Promises where released 2018, there is little "new" or "not battle tested" risk with this change.
- Loading branch information