Ejemplo n.º 1
0
 /** <inheritDoc /> */
 public override void Rollback()
 {
     _curFut.Value = Tx.GetFutureOrError(() => Tx.RollbackAsync());
 }