rustdx
rustdx copied to clipboard
【重构】获取交易所股票列表
目前使用 tokio 的异步运行时 + block_on,这对于少量网络请求不划算。
考虑使用多线程或者同步,以减少依赖。