To enable async scheduling and processing of executions, we need to store more info about executions and events in the local execution store in the compute nodes. This PR simplifies the execution store by directly storing models.Execution instead of the wrapper LocalExecutionState
To enable async scheduling and processing of executions, we need to store more info about executions and events in the local execution store in the compute nodes. This PR simplifies the execution store by directly storing
models.Execution
instead of the wrapperLocalExecutionState