-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split task control msg handling out into its own function for readability * Cleanup some comments * Move the transaction-start inside the task thread -- this way delayed-start transactions are less likely to get serialization conflict. * Add TaskConflictRetry message for tx serialization conflict results, and have the scheduler receive them, though they are still unhandled (panic). (#13) * Move VM creation into the VM host, since *it* knows what kind of VM it needs. * Remove some redundant arguments/value-passing. * Break task's command handling out of the msg match and into its own function for readability
- Loading branch information
Showing
2 changed files
with
136 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters