Roba1993 / rzw

Rusty Z-Wave - A native Z-Wave library in Rust
MIT License
38 stars 12 forks source link

Allow asynchronous notification catching #5

Closed Roba1993 closed 7 years ago

Roba1993 commented 8 years ago

To allow asynchronous data catching, the _Driver trait has to be wrapped into Arc<Mutex<>>

Roba1993 commented 7 years ago

New infrastructure of the trait. For the asynchronous support we need a serial library on top of tokio/future.