Mercurial > urweb
view tests/aborter.ur @ 2033:ea0ecd5fa9df
Add locking to enforce atomicity of message sends from one transaction
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 27 Jun 2014 14:39:31 -0400 |
parents | b10132434adc |
children |
line wrap: on
line source
table t : {A : int} fun main () : transaction page = () <- dml (INSERT INTO t (A) VALUES (0)); return (error <xml>No way, Jose!</xml>)