mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 01:02:55 +00:00
* feat: init common runtime crate * feat: tokio Runtime wrapper and global runtime functions * feat: adds block_on_read, block_on_write, block_on_bg functions to runtime * refactor: panic when configure global runtimes which are already initialized * refactor: adds read/write/bg thread pool size * fix: code style * fix: clippy warning * fix: test_metric panic * fix: address CR problems * log: adds log when creating runtime