Halim Amer

Results 5 comments of Halim Amer

Sounds interesting so I will leave the issue open. Do you have an example where a naive implementation would cause visible inefficiency? My point is that while doing something naive,...

If you `yield` then that's not an active loop anymore. But I understand your concern. Waking up a thread unnecessarily just to put it back to the pool because it's...

Would `stacking` your custom scheduler on top of the main scheduler instead of `replacing` it would work for your case? You would achieve this by pushing your custom scheduler to...

@carns , the custom scheduler can pull from whichever pool you want, including the main scheduler's default pool. What you should know is that if the custom scheduler manages the...

We can extend the RW lock interface to take attributes similar to the mutex interface. No ETA for this feature. If you are on a hurry, my advice is to...