ftrias / TeensyThreads

MIT License
178 stars 26 forks source link

Static yield and delay #25

Closed rols121 closed 2 years ago

rols121 commented 3 years ago

Making the yield and delay methods static so that no instance of a thread is required to call these methods. This is a simple change as the methods do not rely on members of the Threads class.