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

Async/await connection pool source #121

Merged
merged 3 commits into from
Feb 18, 2022
Merged

Conversation

adam-fowler
Copy link
Member

Add support for async/await connections

  • HBAsyncConnectionSource: for generating Connections using async
  • HBAsyncConnection: which includes an async close function

@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #121 (fa8c439) into main (861d346) will decrease coverage by 0.32%.
The diff coverage is 8.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
- Coverage   80.46%   80.13%   -0.33%     
==========================================
  Files          72       72              
  Lines        3061     3071      +10     
==========================================
- Hits         2463     2461       -2     
- Misses        598      610      +12     
Impacted Files Coverage Δ
...gbird/AsyncAwaitSupport/ConnectionPool+async.swift 0.00% <0.00%> (ø)
...es/Hummingbird/ConnectionPool/ConnectionPool.swift 91.89% <50.00%> (ø)
Sources/HummingbirdJobs/MemoryJobQueue.swift 93.54% <0.00%> (-6.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 861d346...fa8c439. Read the comment docs.

@adam-fowler adam-fowler merged commit 0f2ef07 into main Feb 18, 2022
@adam-fowler adam-fowler deleted the aa-connection-pool-source branch February 18, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant