Algebraic-Programming / LPF

A minimal communication layer for the implementation of immortal algorithms and for facilitating their broad use.
Apache License 2.0
5 stars 1 forks source link

pthread_yield is deprecated... #27

Open anyzelman opened 1 month ago

anyzelman commented 1 month ago

...use sched_yield instead.

Affects src/pthreads/barrier.cpp:165 in MR #26 . To be fixed after merging that one.