kinghajj / deque

A (mostly) lock-free concurrent work-stealing deque in Rust.
Other
232 stars 24 forks source link

EXC_BAD_ACCESS when using BufferPool<T> where T is zero-sized #4

Closed mtsr closed 9 years ago

mtsr commented 9 years ago

This may be obvious, but it would be nice to have an assertion on this.

Creating pull request to fix this as well.