From 1d430bd6a98c912d70619bcf28c4b4a996aa6550 Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Tue, 19 Oct 2021 15:41:40 +1100 Subject: [PATCH] added todo note about auto-pooling --- make_pooled.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_pooled.lua b/make_pooled.lua index c14d5ff..bc99386 100644 --- a/make_pooled.lua +++ b/make_pooled.lua @@ -2,6 +2,8 @@ add pooling functionality to a class adds a handful of class and instance methods to do with pooling + + todo: automatically use the pool by replacing __call, so you really just need to :release() ]] return function(class, limit)