wboayue / rust-ibapi

An implementation of the Interactive Brokers API for Rust
MIT License
45 stars 21 forks source link

impl send/sync for message_bus #111

Closed era127 closed 5 months ago

era127 commented 5 months ago

Would it be possible to change message_bus from RefCell to Arc<Mutex so that the the client would implement send/sync. As was done in this fork?