fix: updating readme to trigger build
This commit is contained in:
parent
988bb61125
commit
dade5a7f90
1 changed files with 3 additions and 14 deletions
17
README.md
17
README.md
|
@ -1,15 +1,4 @@
|
||||||
MfGames.Locking CIL
|
MfGames.IO CIL
|
||||||
===================
|
==============
|
||||||
|
|
||||||
This a small collection of classes that provide some simplification while working with locking in C# applications.
|
This a small collection of classes and extensions to make working with System.IO a little bit easier.
|
||||||
|
|
||||||
```
|
|
||||||
//using MfGames.Locking;
|
|
||||||
|
|
||||||
ReaderWriterLockSlim locker;
|
|
||||||
|
|
||||||
using (new ReadLock(locker))
|
|
||||||
{
|
|
||||||
// Do something.
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
Reference in a new issue