AuxRunInTransaction wraps fn into a transaction for the auxiliary app database. It is safe to nest RunInTransaction calls as long as you use the callback's txApp.
(fn func(txApp App) error)
| 366 | // |
| 367 | // It is safe to nest RunInTransaction calls as long as you use the callback's txApp. |
| 368 | AuxRunInTransaction(fn func(txApp App) error) error |
| 369 | |
| 370 | // --------------------------------------------------------------- |
| 371 |
no outgoing calls