c# - EventWaitHandle.Close() - what type of call this is sync or Async? -


i have eventwaithandle wait receive events. once, receive event. supposed release resources used eventwaithandle. releasing events using eventwaithandle.close().

my question after calling eventwaithandle.close(). should wait or sleep times release resources?


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -