added todo note about auto-pooling

This commit is contained in:
Max Cahill 2021-10-19 15:41:40 +11:00
parent c10338fa5d
commit 1d430bd6a9

View File

@ -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)