Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid a lot of Arc/Message/RwLock clones
When passing monitoring info from the shard handler to the dispatch function, pass arguments by reference instead of by cloning and passing by reference. Additionally, don't re-clone handler Arcs and temporary Messages.
- Loading branch information