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 nonblocking fileio #597

Merged
merged 3 commits into from
Mar 30, 2024
Merged

Async nonblocking fileio #597

merged 3 commits into from
Mar 30, 2024

Conversation

adam-fowler
Copy link
Member

@adam-fowler adam-fowler commented Dec 12, 2023

Use async versions of NonBlockingFileIO functions from NIOPosix.
Waiting for SwiftNIO release

Converted everything to NIOFileSystem, but since that still hasn't had a proper release going back to NonBlockingFileIO

@adam-fowler adam-fowler marked this pull request as draft December 12, 2023 13:22
Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.40%. Comparing base (de23bcb) to head (fe83148).
Report is 3 commits behind head on 7.x.x.

Additional details and impacted files
@@            Coverage Diff             @@
##            7.x.x     #597      +/-   ##
==========================================
- Coverage   80.41%   80.40%   -0.01%     
==========================================
  Files          77       77              
  Lines        6465     6467       +2     
==========================================
+ Hits         5199     5200       +1     
- Misses       1266     1267       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Also remove exposing EventLoopGroup in AWSClient as it is no longer needed
@adam-fowler adam-fowler requested a review from 0xTim March 25, 2024 14:47
@adam-fowler adam-fowler marked this pull request as ready for review March 25, 2024 14:47
@adam-fowler adam-fowler merged commit 8383e7b into 7.x.x Mar 30, 2024
8 checks passed
@adam-fowler adam-fowler deleted the async-nonblocking-fileio branch March 30, 2024 14:42
adam-fowler added a commit that referenced this pull request Apr 5, 2024
adam-fowler added a commit that referenced this pull request Apr 10, 2024
adam-fowler added a commit that referenced this pull request Apr 10, 2024
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.

2 participants