0.19: gui: Make polling in ClientModel asynchronous#17252
Merged
laanwj merged 1 commit intobitcoin:0.19from Oct 26, 2019
Merged
0.19: gui: Make polling in ClientModel asynchronous#17252laanwj merged 1 commit intobitcoin:0.19from
laanwj merged 1 commit intobitcoin:0.19from
Conversation
With this change polling runs in a different thread to prevent disturbing the event loop. Github-Pull: bitcoin#17135 Rebased-From: 6b6be41
Member
laanwj
added a commit
that referenced
this pull request
Oct 26, 2019
d5c36ce gui: Make polling in ClientModel asynchronous (João Barbosa) Pull request description: Backport #17135. ACKs for top commit: laanwj: ACK d5c36ce, it is a clean cherry-pick of 6b6be41. Tree-SHA512: 4e514f205866d87bdc19a57dede2214891237d7b663c9c8c9f19a9ab5c5a6e64876065bebb6c16a1799b02e0eb971318866b4e0824155b47063ce379fb0155e2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #17135.