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

Make Guile-GI MT-safe #60

Open
LordYuuma opened this issue Sep 4, 2019 · 0 comments
Open

Make Guile-GI MT-safe #60

LordYuuma opened this issue Sep 4, 2019 · 0 comments

Comments

@LordYuuma
Copy link
Collaborator

When writing C code for use with libguile, you should try to make it robust.

Currently, none of our functions are in any way MT-safe, at least not the large user-visible ones. Of course, so are many of the bindings we create, but there is nothing we can do about that. Still, as far as the library itself is concerned, we should use mutexes or RW locks to not impose unnecessary restrictions.

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

No branches or pull requests

1 participant