ThreadYield() as alias for Delay(0)
Posted: Wed Jun 12, 2024 5:35 am
Hello,
https://www.purebasic.fr/english/viewto ... 67#p622567
PBJim has a point there and other frameworks typically have a separate (static) yield() method/function for threads.
https://en.cppreference.com/w/cpp/thread/yield
https://docs.oracle.com/javase/8/docs/a ... ml#yield--
https://doc.rust-lang.org/std/thread/fn.yield_now.html
https://www.purebasic.fr/english/viewto ... 67#p622567
PBJim has a point there and other frameworks typically have a separate (static) yield() method/function for threads.
https://en.cppreference.com/w/cpp/thread/yield
https://docs.oracle.com/javase/8/docs/a ... ml#yield--
https://doc.rust-lang.org/std/thread/fn.yield_now.html