You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For JavaCall to work without setting the environmental variable JULIA_COPY_STACKS=1, we need it to run on the initial Julia task ( Base.roottask).
Could we setup a mechanism the IJulia kernel is run via @async on a new Task and an arbitrary function is run on the root Task? This would be similar to the current configuration of the Julia REPL where the backend is running on the root Task and the front end is running on another asynchronous Task?