inv2004 / coinbase-pro-rs

Coinbase pro client for Rust
Apache License 2.0
145 stars 56 forks source link

apply Send trait bound #25

Closed SeanKim closed 3 years ago

SeanKim commented 3 years ago

Adapter need Send trait bound, if there is no Send trait bound for F, we can't call await on Adapter's F in different thread. (e.g. "send_test" test doesn't compile on previous version of code.)