Hello All, I'm trying to call a c function from Julia that forks and calls a provided Julia callback function. Should this work or are there limitations that would prevent this from working? I know the spawn function calls fork, but I'm not sure how the callback would work.
Thanks, -G
