mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 22:10:42 +00:00
* refactor: relax RepeatedTask requirements Some refactor: - Remove async from start() - Cancel task in drop - Allow TaskFunction::call taking &mut self - Make start/stop concurrent safe * test(log-store): Fix log store tests (start multiple times)