Skip to content

Instantly share code, notes, and snippets.

Created March 13, 2011 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/867860 to your computer and use it in GitHub Desktop.
Save anonymous/867860 to your computer and use it in GitHub Desktop.
<amalloy> (doc sync)
<sexpbot> ⟹ "Macro ([flags-ignored-for-now & body]); transaction-flags
=> TBD, pass nil for now Runs the exprs (in an implicit do) in a
transaction that encompasses exprs and any nested calls. Starts a
transaction if none is already running on this thread. Any uncaught
exception will abort the transaction and flow out of sync. The exprs
may be run more than once, but any effects on Refs will be
atomic."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment