-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
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
Spawn Work #401
Spawn Work #401
Commits on May 27, 2011
-
New tasks run, but their arguments get lost and something ends up in …
…an infinite loop when the task exits.
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 21efd07 - Browse repository at this point
Copy the full SHA 21efd07View commit details -
Arguments seem to be correctly passed to child processes now.
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for bb4c7a9 - Browse repository at this point
Copy the full SHA bb4c7a9View commit details -
Working on 2 argument spawn. The arguments seem to be copied correctl…
…y once, but then they get lost.
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for dad4264 - Browse repository at this point
Copy the full SHA dad4264View commit details -
Programs using spawn terminate
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for a88af90 - Browse repository at this point
Copy the full SHA a88af90View commit details -
Removing excessively verbous logging.
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for da0e0b6 - Browse repository at this point
Copy the full SHA da0e0b6View commit details -
Eric Holk committed
May 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 842bf7c - Browse repository at this point
Copy the full SHA 842bf7cView commit details -
Switching over to wrappers for spawning functions of multiple argumen…
…ts. Doesn't quite work yet.
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for d49998f - Browse repository at this point
Copy the full SHA d49998fView commit details -
Switched calling conventions so that spawn with multiple arguments wo…
…rks.
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 8cfc388 - Browse repository at this point
Copy the full SHA 8cfc388View commit details -
Generating names for wrappers, removed extra logging
Eric Holk committedMay 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 5279504 - Browse repository at this point
Copy the full SHA 5279504View commit details