kinghajj / deque

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

Use vec hack to allow deque to be used on stable #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

This isn't pretty, but it will allow deque to be used on the stable branches until the alloc api is stabilized.