nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
275 stars 44 forks source link

Update to latest nash client which supports concurrent requests #153

Open Ejhfast opened 3 years ago

Ejhfast commented 3 years ago

Note that requests will not execute in parallel, but this should fix issues around with calling clients concurrently across tokio tasks, etc.