Test (and update documentation) for foreign threads functionality #47627
Open
Description
opened on Nov 18, 2022
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.
Activity