Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakic committed Jan 28, 2017
1 parent 37f19e7 commit f47f18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -104,6 +104,8 @@ suffer from the Write Skew issue.
red-black tree implementation).
* It is possible to use this library with immutable collections from
[System.Collections.Immutable](https://msdn.microsoft.com/en-us/library/mt452182%28v=vs.110%29.aspx).
* **Transaction-local storage**: ShieldedLocal<> allows storing anything
in the transaction context, visible only from within that transaction.
* To perform **side-effects** (IO, and most other operations which are not
shielded) you use the SideEffect method of the Shield class, which takes
optional onCommit and onRollback lambdas, or the **SyncSideEffect** method which
Expand Down

0 comments on commit f47f18a

Please sign in to comment.