Skip to content

Added fix for this_thread::sleep_for#28

Open
zacsketches wants to merge 1 commit into
arduino:masterfrom
zacsketches:master
Open

Added fix for this_thread::sleep_for#28
zacsketches wants to merge 1 commit into
arduino:masterfrom
zacsketches:master

Conversation

@zacsketches

Copy link
Copy Markdown

When I tried to use with the sleep_for method I got errors that sleep_for is not a member of this_thread. By following the advice at this post http://stackoverflow.com/questions/12523122/what-is-glibcxx-use-nanosleep-all-about I am going to see if I can rebuild GCC to fix this bug.

When I tried to use <thread> with the sleep_for method I got errors that sleep_for is not a member of this_thread.  By following the advice at this post http://stackoverflow.com/questions/12523122/what-is-glibcxx-use-nanosleep-all-about I am going to see if I can rebuild GCC to fix this bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant