How do nested dosync calls behave?

Posted by StackedCrooked on Stack Overflow See other posts from Stack Overflow or by StackedCrooked
Published on 2010-05-15T21:04:00Z Indexed on 2010/05/15 22:02 UTC
Read the original article Hit count: 108

Filed under:

What happens when you create nested dosync calls? Will sub-transactions be completed in the parent scope? Are these sub-transations reversible if the parent transaction fails?

© Stack Overflow or respective owner

Related posts about clojure