ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Add support for multi-sends from nodes #84

Closed ostrosco closed 5 years ago

ostrosco commented 5 years ago

We'd like to be able to support multi-sends, i.e. one node sends multiple times on the same channels. This would be useful in cases where the node generates a vector but data should be sent out of the node one sample at a time.

ostrosco commented 5 years ago

Closing as with the current architecture, this would be a source of many, many deadlocks.