ftrias / TeensyThreads

MIT License
184 stars 26 forks source link

Recursive Mutex #19

Closed vjmuzik closed 5 years ago

vjmuzik commented 5 years ago

As part of a project I'm working on to bring usb ethernet to Teensy I have a need for a way to create recursive mutexes to properly support multithreading. Is this a thing that could be added and if so are there any plans to?