childTransaction vs transaction #209
Answered
by
kriszyp
janekolszak
asked this question in
Q&A
-
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
kriszyp
Jan 30, 2023
Replies: 1 comment 1 reply
-
It can be used standalone (as an asynchronous transaction), and can be useful on its own because it is abortable (by returning ABORT or throwing), whereas the standard asynchronous |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
janekolszak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be used standalone (as an asynchronous transaction), and can be useful on its own because it is abortable (by returning ABORT or throwing), whereas the standard asynchronous
transaction
method is not abortable.