Re: Background thread, async and GUI (dlangui)

2022-07-06 Thread Ali Çehreli via Digitalmars-d-learn
On 7/6/22 02:26, Bagomot wrote: > 1) How to make asynchronous HTTP requests with curl in order to receive > progress and status? And how do you know that the request is completed? I don't know how dlangui or others automate this but I had fun writing the following program that uses

Re: Background thread, async and GUI (dlangui)

2022-07-06 Thread GrimMaple via Digitalmars-d-learn
On Wednesday, 6 July 2022 at 09:26:35 UTC, Bagomot wrote: Hello! I have a few questions about multithreading, asynchrony and how it works with the GUI. 1) How to make asynchronous HTTP requests with curl in order to receive progress and status? And how do you know that the request is

Re: Calling readln() after readf

2022-07-06 Thread Gary Chike via Digitalmars-d-learn
Thanks for the extra info guys! D is one of my favorite languages I'm currently learning. :)

Background thread, async and GUI (dlangui)

2022-07-06 Thread Bagomot via Digitalmars-d-learn
Hello! I have a few questions about multithreading, asynchrony and how it works with the GUI. 1) How to make asynchronous HTTP requests with curl in order to receive progress and status? And how do you know that the request is completed? This question is related to the next one, so it should