itdaniher / rust-rtlsdr-defunct

Replaced with LibRedio. Around for archival purposes only.
https://github.com/ade-ma/LibRedio
1 stars 0 forks source link

explore non-pipebuilder based abstractions #4

Open itdaniher opened 11 years ago

itdaniher commented 11 years ago

currently pipeends returned from blockmaker which spawns task in own OS thread.

this paradigm should be improved, possibly replaced with blockmaker that accepts pipends, where main's loop just waits for user input and flowgraph runs in background.