Skip to main content
Code Review

Return to Question

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

I've since come up with an improved version, which isn't technically lock-free, but might be as close as you can get (nearly) lock-free job queue of dynamic size (multiple read/write) (nearly) lock-free job queue of dynamic size (multiple read/write)

I've since come up with an improved version, which isn't technically lock-free, but might be as close as you can get (nearly) lock-free job queue of dynamic size (multiple read/write)

I've since come up with an improved version, which isn't technically lock-free, but might be as close as you can get (nearly) lock-free job queue of dynamic size (multiple read/write)

added 281 characters in body
Source Link
Arjan
  • 321
  • 1
  • 4

I've since come up with an improved version, which isn't technically lock-free, but might be as close as you can get (nearly) lock-free job queue of dynamic size (multiple read/write)

code below is not thread safe


I've since come up with an improved version, which isn't technically lock-free, but might be as close as you can get (nearly) lock-free job queue of dynamic size (multiple read/write)

code below is not thread safe


added 10 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Here's a silly example of how to use it http://coliru.stacked-crooked.com/a/189255cefd561602Here's a silly example of how to use it .

Please let me know if you see any issues with it, or feel things could be done smarter! Please let me know if you see any issues with it, or feel things could be done smarter!

Here's a silly example of how to use it http://coliru.stacked-crooked.com/a/189255cefd561602

Please let me know if you see any issues with it, or feel things could be done smarter!

Here's a silly example of how to use it .

Please let me know if you see any issues with it, or feel things could be done smarter!

StackExchange is copyright anyway CCSA - See the [terms of service section 3](http://stackexchange.com/legal)
Source Link
rolfl
  • 98.1k
  • 17
  • 219
  • 419
Loading
Source Link
Arjan
  • 321
  • 1
  • 4
Loading
lang-cpp

AltStyle によって変換されたページ (->オリジナル) /