Autoresetevent, should i use autoreset and manual reset even
i have a program where i ma using threading concept of auto reset event, now m confused which one to use auto or manual reset event.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashutosh GuptaPosted Dec 28, 2019, 8:57 AM
ManualResetEventis the door, which needs to be closed (reset) manually. TheAutoResetEventis a tollbooth, allowing one car to go by and automatically closing before the next one can get through.