liebharc / basic_dsp

Basic DSP vector operations for Rust.
Apache License 2.0
43 stars 5 forks source link

Race condition in pool access #25

Closed liebharc closed 8 years ago

liebharc commented 8 years ago

The way how the thread pool is initialized right now isn't thread safe.