kinghajj / deque

A (mostly) lock-free concurrent work-stealing deque in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mtsr opened this issue · comments

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

Creating pull request to fix this as well.