From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 6641946970E for ; Fri, 17 Jan 2020 10:30:42 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id q8so1612707ljj.11 for ; Thu, 16 Jan 2020 23:30:42 -0800 (PST) Date: Fri, 17 Jan 2020 10:30:39 +0300 From: Konstantin Osipov Message-ID: <20200117073039.GC24940@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 1/3] fiber: unref fiber.storage via global Lua state List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org * Vladislav Shpilevoy [20/01/17 00:57]: > Fiber.storage is a table, available from anywhere in the fiber. It > is destroyed after fiber function is finished. That provides a > reliable fiber-local storage, similar to thread-local in C/C++. lgtm -- Konstantin Osipov, Moscow, Russia