Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor SwiftNIO NIOLock into the new ConnectionPoolModule target #416

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

fabianfett
Copy link
Collaborator

The new ConnectionPoolModule shall be dependency free. But we need a lock. Let's vendor NIOLock from SwiftNIO.

The new `ConnectionPoolModule` shall be dependency free. But we need a lock. Let's vendor NIOLock from SwiftNIO.
@fabianfett fabianfett added the semver-patch No public API change. label Oct 13, 2023
@fabianfett fabianfett added this to the ConnectionPool milestone Oct 13, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #416 (28a391e) into main (d6d3510) will decrease coverage by 0.62%.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #416      +/-   ##
==========================================
- Coverage   55.77%   55.16%   -0.62%     
==========================================
  Files         107      108       +1     
  Lines        7810     7897      +87     
==========================================
  Hits         4356     4356              
- Misses       3454     3541      +87     
Files Coverage Δ
Sources/ConnectionPoolModule/NIOLock.swift 0.00% <0.00%> (ø)

@fabianfett fabianfett merged commit c6c28a6 into vapor:main Oct 13, 2023
13 checks passed
@fabianfett fabianfett deleted the ff-pool-lock branch October 13, 2023 13:58
@fabianfett fabianfett added the ConnectionPool Features and bugs that are related to the impl in ConnectionPoolModule label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ConnectionPool Features and bugs that are related to the impl in ConnectionPoolModule semver-patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants