ftrias / TeensyThreads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursive Mutex

vjmuzik opened this issue · comments

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?