Skip to content

[Main] Unify shutdown proceedure in init rather than per-app#27

Merged
faetos merged 1 commit into
LytixChain:mergedfrom
akshaynexus:merged
Jul 14, 2019
Merged

[Main] Unify shutdown proceedure in init rather than per-app#27
faetos merged 1 commit into
LytixChain:mergedfrom
akshaynexus:merged

Conversation

@akshaynexus
Copy link
Copy Markdown
Contributor

This moves CScheduler and threadGroup to a static declaration in init
.cpp so as to avoid a potential shutdown deadlock where both are freed
before the network message handler thread has been completely released.

Code changes from PIVX-Project/PIVX#769

This moves CScheduler and threadGroup to a static declaration in init
.cpp so as to avoid a potential shutdown deadlock where both are freed
before the network message handler thread has been completely released.

Code changes from PIVX#769
Copy link
Copy Markdown
Contributor

@faetos faetos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good - thank you!

pulling in

@faetos faetos merged commit 545bbca into LytixChain:merged Jul 14, 2019
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