In my understanding, you start the scanning and while the scanning is happening you will get events that pop up until the scanning is done. (please let me know if I'm right about this)
My question is what will happen to the events that come in while the code is running? To make this clear i will try to make a time line.
Event Timeline:
-os.pullEvent()-----------------(code for EventOne running)----
----------------------EventOne------EventTwo---------------
So EventTwo happens when the code is busy but I don't want it to just go away. I want it to be handled. Is there a way to take care of incomeing request as they come in?
EDIT: changed title so others with same issue and search it easily.
Edited by Unknowntissue, 29 March 2016 - 10:14 PM.












