We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SyExecuteProcess
... which uses fork resp. vfork resp. spawnve.
fork
vfork
spawnve
I imagine we might be able to pull that off entirely from within JuliaInterface, by simply replacing SyExecuteProcess on the GAP level.
JuliaInterface
As to implementing the replacement, it might be possible to write all of it in Julia (and that would be my preferred solution).
The text was updated successfully, but these errors were encountered:
We could perhaps use jl_spawn for that, or directly call libuv.
jl_spawn
Sorry, something went wrong.
ExecuteProcess
Successfully merging a pull request may close this issue.
... which uses
fork
resp.vfork
resp.spawnve
.I imagine we might be able to pull that off entirely from within
JuliaInterface
, by simply replacingSyExecuteProcess
on the GAP level.As to implementing the replacement, it might be possible to write all of it in Julia (and that would be my preferred solution).
The text was updated successfully, but these errors were encountered: