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