Skip to content

Rework sync/async #8

Merged
baraline merged 4 commits into
mainfrom
1-define-an-explicit-sync-client
May 18, 2026
Merged

Rework sync/async #8
baraline merged 4 commits into
mainfrom
1-define-an-explicit-sync-client

Conversation

@baraline
Copy link
Copy Markdown
Owner

Rework sync/async usage by adding an async bridge to replace previous transport layer. We were using threads in the transport layer anyway, so I'd rather have the sync implementation as source of truth, dispacthed as async function by the async bridge. This avoids code duplication.

@baraline baraline linked an issue May 18, 2026 that may be closed by this pull request
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 18, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.97%. Comparing base (c593368) to head (548f01c).
⚠️ Report is 5 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   95.19%   96.97%   +1.78%     
==========================================
  Files          57       61       +4     
  Lines        1601     1718     +117     
==========================================
+ Hits         1524     1666     +142     
+ Misses         77       52      -25     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@baraline baraline merged commit f9e19f3 into main May 18, 2026
6 checks passed
@baraline baraline deleted the 1-define-an-explicit-sync-client branch May 18, 2026 09:13
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.

Define an explicit sync client

2 participants