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

Test (and update documentation) for foreign threads functionality #47627

Open
KristofferC opened this issue Nov 18, 2022 · 0 comments
Open

Test (and update documentation) for foreign threads functionality #47627

KristofferC opened this issue Nov 18, 2022 · 0 comments
Labels
docs This change adds or pertains to documentation embedding Embedding Julia using the C API test This change adds or pertains to unit tests

Comments

@KristofferC
Copy link
Member

In #46609, functionality was added to run julia code on foreign threads.

However:

  • there seems to be nothing in the manual about how this is used (e.g. no references to jl_adopt_thread)
  • there are no tests for using this (which should probably go into embedding.c).

It seems likely that this will regress from time to time unless tests are added.

@KristofferC KristofferC added docs This change adds or pertains to documentation test This change adds or pertains to unit tests embedding Embedding Julia using the C API labels Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation embedding Embedding Julia using the C API test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

1 participant