Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

27 rpcresult improvements#28

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
eigen-value wants to merge3 commits intomain
base:main
Choose a base branch
Loading
from27-rpcresult-improvements

Conversation

@eigen-value
Copy link
Collaborator

This PR addresses a thread related concern: concurrent calls to .result

Besides it introduces a change in the API that breaks backwards compatibility, but improves readability:

// no longer// RpcResult async_res = Bridge.call("metod", param);// async_res.result(res);// after this PRRpcCall async_call = Bridge.call("metod", param);async_call.result(res);

fix: RpcCall.result needs thread protected single execution
@eigen-valueeigen-value linked an issueOct 30, 2025 that may beclosed by this pull request
@per1234per1234 added the enhancementNew feature or request labelOct 30, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@facchinmfacchinmAwaiting requested review from facchinm

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

enhancementNew feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

RpcResult improvements

3 participants

@eigen-value@per1234

[8]ページ先頭

©2009-2025 Movatter.jp