Support rwlock's in pthread (IDFGH-5690) #7411
Labels
Resolution: Done
Issue is done internally
Status: Resolved
Issue is done internally
Type: Feature Request
Feature request for IDF
As part of an ongoing effort to bring Rust support to Espressif chips, one requirement we found is the need for
rwlock
to fully support the Rust standard library. For our initial implementation was accepted on the basis that rwlock support would come to esp-idf soon ™️ (rust-lang/libc#2310 (comment)).We are currently getting away with the lack of support with a nasty hack using a mutex. Obviously we want to get rid of this asap.
The text was updated successfully, but these errors were encountered: