Shemesh
Shemesh
CC#
Created by Shemesh on 8/11/2024 in #help
Running synchronous tasks on separate thread with FIFO
looks good, but I'm not sure about this is fits my case. How can I handle the readers? I need some mechanism that willcheck all the time if someone writes something, is'nt it?
23 replies
CC#
Created by Shemesh on 8/11/2024 in #help
Running synchronous tasks on separate thread with FIFO
ok, i will check that. Anyhow, if the task is synchronous one, should the queue have a type of Action or Task?
23 replies
CC#
Created by Shemesh on 8/11/2024 in #help
Running synchronous tasks on separate thread with FIFO
not sure about it. maybe i don't need. i just want to make sure that only when the current task finishes it will run the following one
23 replies
CC#
Created by Shemesh on 8/11/2024 in #help
Running synchronous tasks on separate thread with FIFO
sync task means that i need to use method which not run asynchronously like writing to my db or a file
23 replies
CC#
Created by Shemesh on 8/11/2024 in #help
Running synchronous tasks on separate thread with FIFO
not only logs. it should run in order, yes
23 replies