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

Implement asynchronous waiting for kakoune session initialization #9

Open
falbru opened this issue Oct 15, 2023 · 0 comments
Open

Implement asynchronous waiting for kakoune session initialization #9

falbru opened this issue Oct 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@falbru
Copy link
Owner

falbru commented Oct 15, 2023

The kakoune clients have to wait for the kakoune session to be initialized before they can connect to it. The current solution to this problem is for the kakoune session to write a signal to a FIFO file when it has finished initializing, and for kakoune-qt to read and wait for that signal from the FIFO.

However, it would nice for this solution to be asynchronous, allowing other Qt widgets to initialize concurrently while waiting for the Kakoune session. One approach would be to add a signal to the KakouneSession class for when the session has finished initializing, and use a slot for that in the KakouneWidget class.

@falbru falbru added the enhancement New feature or request label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant