Searched refs:RunTransactionOnce (Results 1 – 2 of 2) sorted by relevance
66 if err := internal.RunTransactionOnce(c, f, xg); err != internal.ErrConcurrentTransaction {
57 func RunTransactionOnce(c netcontext.Context, f func(netcontext.Context) error, xg bool) error { func