yorimirus
❔ Synchronise an object across two threads?
Alright, managed to implement it the correct way. That still didn't work but after some further investigation, it wasn't because of multithreading but some completely different code entirely.
Despite that, thanks a lot for your help. I managed to learn something new today thanks to you.
36 replies
❔ Synchronise an object across two threads?
Actually it seems like I won't need any timespans now. If the events themselves set the task as complete, then I just need to use Task.WhenAny(task, Task.Delay(timeout * 1000)) to make it automatically abort.
36 replies