BitBoxSwiss / bitbox-api-rs

BitBox02 client library for Rust and TypeScript
Apache License 2.0
5 stars 9 forks source link

BitBox: feature multithreaded #17

Closed edouardparis closed 1 year ago

edouardparis commented 1 year ago

This new feature does not modify the current API of the BitBox, but enables the use of the library in the async-hwi crate which has some requirements in terms of synchronicity with threads.

edouardparis commented 1 year ago

deprecated in favor of #19