Actions
Refactor #25696
closedUpdate compatibility with concurrent-ruby to 1.1.x and concurrent-ruby-edge 0.4.x
Pull request:
Fixed in Releases:
Found in Releases:
Description
Concurrent.future has been removed from concurrent-ruby-edge, and we need to use Concurrent::Promises.future or Concurrent::Promises.resolvable_future, depending on usecase.
Updated by Ivan Necas over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|7bcf17c792c043b789751ee9e2477d0c222a5421.
Actions