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

Evaluate Guile expressions in a separate thread #23

Closed
Frewacom opened this issue Feb 18, 2022 · 1 comment
Closed

Evaluate Guile expressions in a separate thread #23

Frewacom opened this issue Feb 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Frewacom
Copy link
Member

Frewacom commented Feb 18, 2022

Currently, it is possible to crash dwl-guile when expressions for e.g. keybindings spawn child processes. The current workaround is to use the dwl:shcmd binding. However, we should make sure that no expression is able to crash dwl-guile.

@Frewacom Frewacom added the enhancement New feature or request label Feb 18, 2022
@Frewacom
Copy link
Member Author

I reverted the change that executed actions in new threads since that introduced quite significant delays. Evaluations using dwl-guile -e "<exp" will still be executed in a new thread though.

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