kanekoshoyu / kucoin_arbitrage

KuCoin Cyclic Arbitrage, using Event-Driven Async Rust
https://docs.rs/kucoin_arbitrage
MIT License
124 stars 14 forks source link

Refactor/core task #29

Closed kanekoshoyu closed 9 months ago

kanekoshoyu commented 9 months ago

application wrapped into core task and tasks are further reassigned respectively in mods for better clarity. Started using tokio::JoinSet, join! and select! properly for stability.