I'm currently reading ManualResetEventSlim's Reference.
What does it mean when it says:
A common use of MRES.WaitHandle is to use MRES as a participant in WaitHandle.WaitAll/WaitAny. Note that accessing MRES.WaitHandle will result in the unconditional inflation of the underlying ManualResetEvent.
What is this inflation thing?
Thanks for reading.