Starting and managing threads
Vino
akashvino79 at gmail.com
Fri Mar 24 07:33:08 UTC 2023
https://forum.dlang.org/post/eeqqmlojlniiihgybqpf@forum.dlang.org
On Sunday, 16 January 2022 at 09:38:52 UTC, Bagomot wrote:
>> The program does nothing probably because of that continue. (?)
>
> No, it does work inside the loop.
>
>> So, the event loop is in a separate thread. What should happen
>> when the events trigger? Do you want this thread to handle the
>> events or should this thread send a > message to the main
>> thread (or perhaps a separate thread that responds to these >
>> events).
>
> I want the events to be handled on the same thread (not on the
> main).
Hi Bagomot,
Did you get this working, if yes can you please share the code,
and more over if we use libasync it monitors all the
events(create/delete/modify), I need only to monitor the "modify"
event.
From,
Vino.B
More information about the Digitalmars-d-learn
mailing list