MIPSEL and thread::sleep

A bit of a long shot here, but are there any known issues with the mipsel-unknown-linux-musl Tier 2 target and thread::sleep? I'm seeing some crazy behaviour where sleep appears to be returning at 14ms where I'm trying to have it sleep for 18ms. I'll keep digging, but just in case... Thanks.

Turned out that the mipsel target was fine, and it was some other bug in my code. :slight_smile:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.