This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not create a new moment for each tick
This change avoid creating a new moment for each Ticker’s tick but still maintains backwards compatibility for tick observeration. It also fixes an accidentally introduced data race for id field between Reset and do methods in ticker.
- Loading branch information