04-28-2022 08:42 AM
I'm making 2 while loop, on the left one, I detect my mouse coordinate (x,y) and concatenate it into a 2d array, it runs very fast (0 millisecond multiple), then I want to send it to another while loop that runs every 10 ms, what the second while loop does is reading the array from the first while loop every 10ms.
Is it possible? if yes then how?
04-28-2022 08:52 AM
Hi Wannabe,
@PULSE.Wannabe wrote:
Is it possible? if yes then how?
Yes.
Use notifiers, queues, channel wires. (You may even use a local.)
Your description is rather vague, a lot of detailed information is missing…