Skip to content

Add non-blocking get method#20

Merged
sschlenkrich merged 2 commits into
mainfrom
wip/add-async-get
May 10, 2026
Merged

Add non-blocking get method#20
sschlenkrich merged 2 commits into
mainfrom
wip/add-async-get

Conversation

@sschlenkrich
Copy link
Copy Markdown
Member

This PR adds the build_async operation to the GET method.

If the requested object is a Future and if it is not (yet) ready then the server returns an error instead of waiting for the object being calculated.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.58%. Comparing base (446c8f7) to head (7debe35).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   90.43%   90.58%   +0.14%     
==========================================
  Files          10       10              
  Lines         251      255       +4     
==========================================
+ Hits          227      231       +4     
  Misses         24       24              

☔ 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.

@sschlenkrich sschlenkrich merged commit 8cf5d6d into main May 10, 2026
4 checks passed
@sschlenkrich sschlenkrich deleted the wip/add-async-get branch May 10, 2026 05:46
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