Open nikita-volkov opened 8 years ago
Which will interpret empty as an instruction to immediately retry the transaction and <|> as a composition with an alternative transaction to execute in case of failure.
empty
<|>
I need this. How can I help implement :"D
I can suggest nothing better than to study the source.
Alright will do. :)
Which will interpret
empty
as an instruction to immediately retry the transaction and<|>
as a composition with an alternative transaction to execute in case of failure.