What does System.Concurrency.AsyncLock do?
Posted
by Mitten.O
on Stack Overflow
See other posts from Stack Overflow
or by Mitten.O
Published on 2010-04-20T16:59:44Z
Indexed on
2010/04/20
17:03 UTC
Read the original article
Hit count: 487
The System.Reactive.dll adds a class AsyncLock to System.Concurrency. It has a single instance method, Wait, that takes an Action.
The documentation page I found just tells it it pre-release documentation, so I ask here: What does this class do?
© Stack Overflow or respective owner