AmericanNero
Seasoned veteran member
- Joined
- Oct 13, 2020
- RedCents
- 4,709¢
Questions! I seek wisdom.
Is there a maximum age for events, or a maximum queue depth? I tried to rtfm but nada.
I wonder how aggressive code should be at flushing. Not all code I see uses flush in a way I think would make sense. Sometimes you don't want to flush, which is for good reason because sometimes you want the same event to repeat. But sometimes I think all events of a type should be flushed.
Thank you,
AN
Is there a maximum age for events, or a maximum queue depth? I tried to rtfm but nada.
I wonder how aggressive code should be at flushing. Not all code I see uses flush in a way I think would make sense. Sometimes you don't want to flush, which is for good reason because sometimes you want the same event to repeat. But sometimes I think all events of a type should be flushed.
Thank you,
AN


But I figure a good old fashioned /doevents will do the trick.