c_request isn't actually async #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I should use curl_multi to make c_request actually async. Currently it's a coroutine, but still blocking.
Note that this wouldn't make name resolving asynchronous. Using a seperate thread may actually be a better idea.
That might come with it's own problems though, due to multi-threading.