It should work but since the child and parent will babe separate memory spaces (albeit forked copies), they won't be able to pass any data between them.
> On Aug 5, 2014, at 12:49 AM, Gerry Weaver <[email protected]> wrote: > > 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
