mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-07-06 14:00:40 +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)