From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6E774469719 for ; Sat, 7 Mar 2020 00:28:26 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id f10so3716156ljn.6 for ; Fri, 06 Mar 2020 13:28:26 -0800 (PST) Date: Sat, 7 Mar 2020 00:28:19 +0300 From: Konstantin Osipov Message-ID: <20200306212819.GC8140@atlas> References: <20200305122943.7324-1-gorcunov@gmail.com> <20200305122943.7324-4-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200305122943.7324-4-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 03/10] box/txn: rename txn_write to txn_commit_async List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml * Cyrill Gorcunov [20/03/05 15:32]: > To reflect the fact tha we're don't waiting for > transaction to complete but rely on completion > callback. Finally. LGTM. -- Konstantin Osipov, Moscow, Russia