v0.0.5
Full Changelog: v0.0.4...v0.0.5
[0.0.5] - 2023-08-05
Added
into_space
method toExecutorExt
trait, wich returnSpace
with underlyingExecutor
;.commit()
and.rollback()
methods toSpace<Transaction>
andOwnedIndex<Transaction>
;timeout
parameter toConnectionBuilder
, allowing to set timeout for all requests in thisConnection
;Tuple
trait for passing arguments to requests.
Changed
get_space
moved toExecutorExt
trait and renamed tospace
, also now returning reference to underlyingExecitor
.