Skip to content

7 refactor task handle api add blocking result and rename non blocking result query to try result - #16

Merged
akrivx merged 2 commits into
mainfrom
7-refactor-task-handle-api-add-blocking-result-and-rename-non-blocking-result-query-to-try_result
Jan 29, 2026
Merged

akrivx merged 2 commits into
mainfrom
7-refactor-task-handle-api-add-blocking-result-and-rename-non-blocking-result-query-to-try_result

Conversation

@akrivx

@akrivx akrivx commented Jan 29, 2026

Copy link
Copy Markdown
Owner

This PR refactors the task_handle API by adding a blocking result (repurposed existing API), a non-blocking try_result, and a blocking wait implemented in terms of result.

- Make result blocking
- Introduce non-blocking try_result
- Implement wait in terms of result
@akrivx akrivx self-assigned this Jan 29, 2026
@akrivx
akrivx merged commit bad0c3a into main Jan 29, 2026
4 checks passed
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.

Refactor task handle API: add blocking result() and rename non-blocking result query to try_result()

2 participants