Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
It's better to avoid atoms inside transaction handlers
  • Loading branch information
SergeyDidenko committed Dec 28, 2009
1 parent 3b76dc9 commit 3e06216
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions persister.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Basics:
See README.
WARNING! Do not use atoms inside transaction handlers.
If you need atoms, use them outside of apply-transaction* and
pass their values into transaction handlers. You need this because
Atom actions are not rollbacked in a failing dosync block.
Apply-transaction macro uses a smart buffer,
Expand Down

0 comments on commit 3e06216

Please sign in to comment.