Current section
Files
Jump to
Current section
Files
include/trove@internal@tx_Tx.hrl
-record(tx, {
tree :: trove@internal@btree:btree(any(), any()),
store :: trove@internal@store:store(),
key_codec :: trove@codec:codec(any()),
value_codec :: trove@codec:codec(any()),
key_compare :: fun((any(), any()) -> gleam@order:order()),
token :: gleam@erlang@reference:reference_(),
nonce :: gleam@erlang@reference:reference_(),
nonce_tracker :: gleam@option:option(gleam@erlang@process:subject(gleam@erlang@reference:reference_())),
other_trees :: gleam@dict:dict(binary(), trove@internal@tx:keyspace_entry())
}).