feat: refine with new_table

This commit is contained in:
Fabian David Schmidt
2021-08-13 17:32:01 +02:00
committed by Simon Hauser
parent a0a038170d
commit ef9137d85c
6 changed files with 82 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ return function(opts)
return setmetatable({
results = results,
entry_maker = entry_maker,
close = function() end,
}, {
__call = function(_, _, process_result, process_complete)