Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][cpp] Use weak ptr avoid circular references. (apache#17481)
### Motivation Capturing shared ptr in the timer function will cause a circular reference. ### Modifications - Use weak ptr instead shared ptr.
- Loading branch information