From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id D21D0469719 for ; Fri, 20 Mar 2020 13:54:22 +0300 (MSK) Date: Fri, 20 Mar 2020 13:48:04 +0300 From: Igor Munkin Message-ID: <20200320104804.GP6392@tarantool.org> References: <136873bd559abc466dc2761006f7954fea0c1a68.1583191602.git.v.shpilevoy@tarantool.org> <20200319145257.GJ6392@tarantool.org> <9d071039-e834-10d1-62b3-a562abea6f5b@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9d071039-e834-10d1-62b3-a562abea6f5b@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 1/3] fiber: introduce schedule_task() internal function List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Vlad, Thanks for the patch, LGTM. On 20.03.20, Vladislav Shpilevoy wrote: > Hi! Thanks for the review! -- Best regards, IM