aboutsummaryrefslogtreecommitdiff
path: root/builtin/async
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/async')
0 files changed, 0 insertions, 0 deletions
ialize_lib --[[ Copyright (C) 2020 Moritz Blei (orwell96) and contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. ]]-- serialize_lib = {} --[[ Configuration table Whenever asked for a "config", the following table structure is expected: config = { skip_empty_tables = false -- if true, does not store empty tables -- On next read, keys that mapped to empty tables resolve to nil -- Used by: write_table_to_file } Not all functions use all of the parameters, so you can simplify your config sometimes ]] -- log utils -- ========= function serialize_lib.log_error(text)