From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] Re: [PATCH 8/8] netbox: implement perform_request via async version References: <8562701387bad232860bbb98371f5be067754c97.1523903144.git.v.shpilevoy@tarantool.org> <20180423164741.u4q5ge6iuioyyr23@esperanza> From: Vladislav Shpilevoy Message-ID: <5b322b5d-e317-5dba-17eb-efb9a3b44e5a@tarantool.org> Date: Mon, 23 Apr 2018 22:00:23 +0300 MIME-Version: 1.0 In-Reply-To: <20180423164741.u4q5ge6iuioyyr23@esperanza> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: Vladimir Davydov Cc: tarantool-patches@freelists.org List-ID: Hello. Thanks for review! On 23/04/2018 19:47, Vladimir Davydov wrote: > On Mon, Apr 16, 2018 at 09:39:18PM +0300, Vladislav Shpilevoy wrote: >> When async netbox was introduced, it is not needed to hold a >> special sync implementation - it can be just async call + waiting >> for a response. >> >> Closes #3107 >> --- >> src/box/lua/net_box.lua | 26 +++++++++----------------- >> 1 file changed, 9 insertions(+), 17 deletions(-) > > I'd squash this one with patch 6. Done.