-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
multi-single.c example #8200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
You mean add a curl_sleep()? I don't see much use of it. |
|
bagder
added a commit
that referenced
this issue
Dec 30, 2021
As it isn't used. Reported-by: Melroy van den Berg Fixes #8200
Thank you Daniel. This is what I was thinking as well. |
I think this multi_poll code has a sleep. To avoid busy waiting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was questioning if this ifdefs regarding sleep portability is still required, at the top of the multi-single example: https://github.com/curl/curl/blob/master/docs/examples/multi-single.c#L37 ?
I think this should be part of the curl library itself, if it isn't already 😄 .
Regards,
Melroy van den Berg
The text was updated successfully, but these errors were encountered: