Structsยง
- History
- The history of invocations sent by the client to be executed on the workers. This is used to track dependencies between invocations and to propagate exceptions. It purges history for completed invocations to avoid memory bloat. TODO: Revisit this setup around purging refs automatically once we start doing more complex data dependency tracking. We will want to be more aware of things like borrows, drops etc. directly.