Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-24 | fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525) | Aaron O'Mullan | |
By allowing interior mutability in OpsTracker (owning a RefCell<Vec> instead of just a Vec) Fixes #12453 | |||
2021-10-10 | refactor(metrics): move to core (#12386) | Aaron O'Mullan | |
Avoids overhead of wrapping ops (and allocs when inspecting async-op futures) |