Closed
Description
Execution
semantically should be ~Copyable
because it represents an instance of a process that has already executed. We ran into issues marking it ~Copyable
because we have to capture output and error concurrently, thus through different contexts. We should re-explore making Execution
~Copyable