RE: Async thoughts

2019-07-16 Thread forforumhelp--- via curl-library
My main issue with libcurl's multi interface is not that it is particularly complicated to use (admittedly, I had to spend some time to get it right but eventually it worked out). The bigger issue that I see is that the interface works async but it is not non-blocking. In order to keep track of

Re: Async thoughts

2019-07-16 Thread Stefan Eissing via curl-library
Feedback as one of the more recent multi-users: - once I read the documentation, it was quite easy to figure out X-) - I find the way of stuffing several easy things into one multi quite intuitive. - there are several use scenarios that can be described as "async" * mine was a pretty simple one w