ostrosco / comms-rs

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

start_node! macro doesn't support trailing commas. #87

Closed ostrosco closed 5 years ago

ostrosco commented 5 years ago

If you include a trailing comma in the list of nodes to start, start_node! and start_node_threadpool! throws an error.