kinghajj / deque

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

Adapted to newer Rust, rand 0.3 and T: Send #2

Closed faern closed 9 years ago

faern commented 9 years ago

What I did can be easily seen in the diff, not very large. I'm not sure the T: Send requirement is the right way to go, but I could not get it to compile without it.

kinghajj commented 9 years ago

Not sure if it was your commit 0c12424 or a change in the compiler, but the tests now pass again! Thanks for submission.