c_request isn't actually async #1

Open
opened 2024-10-24 00:00:04 +02:00 by mewin · 2 comments
Owner

I should use curl_multi to make c_request actually async. Currently it's a coroutine, but still blocking.

I should use [curl_multi](https://curl.se/libcurl/c/libcurl-multi.html) to make c_request actually async. Currently it's a coroutine, but still blocking.
mewin added the
bug
enhancement
labels 2024-10-24 00:00:06 +02:00
mewin self-assigned this 2024-10-24 00:00:07 +02:00
Author
Owner

Note that this wouldn't make name resolving asynchronous. Using a seperate thread may actually be a better idea.

Note that this wouldn't make name resolving asynchronous. Using a seperate thread may actually be a better idea.
Author
Owner

That might come with it's own problems though, due to multi-threading.

That might come with it's own problems though, due to multi-threading.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mewin/mijin2#1
No description provided.