Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

link: Improvements over the runtime API. #45

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

emilio
Copy link
Contributor

@emilio emilio commented Dec 14, 2016

This allows the runtime API:

 * To be queried.
 * To be reused across threads.

I need the first to use it on bindgen. The second is not needed right now, but
it's nice to have.

The querying API is really similar to what the `gl` bindings crate uses.

I wonder why a mutex to guard the setting of a thread-local variable, is there
something I missed?
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants