Пример #1
0
 /** <inheritDoc /> */
 public override void Commit()
 {
     _curFut.Value = Tx.GetFutureOrError(() => Tx.CommitAsync());
 }