aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_serialization_spec.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2023-04-01 11:59:50 +0100
committerMatthew Wild <mwild1@gmail.com>2023-04-01 11:59:50 +0100
commit05c67040757bd1c8861caa03755609a42b504ecf (patch)
tree363a51843e2879e1948b3486125e23773c5b8922 /spec/util_serialization_spec.lua
parent5ce1fe2603abf0e49b396a34bfb3b11a9ccd2e27 (diff)
downloadprosody-05c67040757bd1c8861caa03755609a42b504ecf.tar.gz
prosody-05c67040757bd1c8861caa03755609a42b504ecf.zip
moduleapi: Add module:once() to execute a function after module load/startup
It is a common pattern for modules to do something like check for prosody.start_time, and execute code immediately if it is present, or wait for the server-started event if it isn't yet. For example, this allows you to run code after all other modules/hosts have been loaded, that are going to be loaded. Such code can now be replaced with a simple call to this method.
Diffstat (limited to 'spec/util_serialization_spec.lua')
0 files changed, 0 insertions, 0 deletions