Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework init #12

Merged
merged 1 commit into from Jan 11, 2022
Merged

Rework init #12

merged 1 commit into from Jan 11, 2022

Conversation

MattBlack85
Copy link
Owner

A bool was used to discriminate wether it was the first time the program was running
or was already a real check to see if kstars is alive.
Now the program checks immediately before starting the loop if we have kstars available
and the bool flag has no sense in this context.
Additionally we are preparing to use the process PID to work further and speed things up
when looking for processes.

A bool was used to discriminate wether it was the first time the program was running
or was already a real check to see if kstars is alive.
Now the program checks immediately before starting the loop if we have kstars available
and the bool flag has no sense in this context.
Additionally we are preparing to use the process PID to work further and speed things up
when looking for processes.
@MattBlack85 MattBlack85 merged commit 071ead5 into main Jan 11, 2022
@MattBlack85 MattBlack85 deleted the mattia/rework-init branch January 11, 2022 16:40
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.

None yet

1 participant