Skip to content

Instantly share code, notes, and snippets.

@edgarcosta
Created May 14, 2024 20:31
Show Gist options
  • Save edgarcosta/3b9b52353da449eb9c7c72c3ebb77ef3 to your computer and use it in GitHub Desktop.
Save edgarcosta/3b9b52353da449eb9c7c72c3ebb77ef3 to your computer and use it in GitHub Desktop.
Attach("multifork.m");
r := 0;
b, r := MultiFork(10);
if r ne 0 then
exit 0;
end if;
// foo bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment