Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Control service for IPC #2013

Merged
merged 3 commits into from
Aug 30, 2016
Merged

Control service for IPC #2013

merged 3 commits into from
Aug 30, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Aug 26, 2016

allows controllable shutdown for process-isolated modules
resolves issue with unsaved data in sync

@NikVolf NikVolf added A0-pleasereview 🤓 Pull request needs code review. A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. and removed A0-pleasereview 🤓 Pull request needs code review. labels Aug 26, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 86.37% when pulling 9ee993d on ipc-control-svc into 1c19a80 on master.

@NikVolf NikVolf added A0-pleasereview 🤓 Pull request needs code review. and removed A3-inprogress ⏳ Pull request is in progress. No review needed at this stage. labels Aug 26, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.007%) to 86.374% when pulling 108e034 on ipc-control-svc into 1c19a80 on master.

).unwrap();

while !control_service.stop.load(::std::sync::atomic::Ordering::Relaxed) {
worker.poll();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is there a timeout for this poll?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Aug 29, 2016
@arkpar arkpar merged commit efc846b into master Aug 30, 2016
@arkpar arkpar deleted the ipc-control-svc branch October 3, 2016 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants