2016-10-11 7:16 GMT+02:00 DePizzottri <depizzottri@gmail.com>:
yes, i realized this from documetation)

after some profiling and changing queue in "work_sharing" example to
lock-free i got about 4x performance increasing: profiler shows that most of
time it spends to lock/unlock.
Any plans to add more sheduler alogo?

yes, I've some experimental queue impls
which type of lock-free queue did you use (chase_lev algorithm)?