radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

add support for threads #29

Closed xermicus closed 6 years ago

xermicus commented 6 years ago

Added support for spawning and communicating with multiple r2pipes via mpsc channels.

xermicus commented 6 years ago

I think this also addresses #7 or maybe #21 (don't know how what is meant with "double-way communication" exactly)?