Module nakama.util.async

Run functions asynchronously.

Functions

async (fn, ...) Execute a function asynchronously as a coroutines and return the result.


Functions

async (fn, ...)
Execute a function asynchronously as a coroutines and return the result.

Parameters:

  • fn The function to execute.
  • ... Function params.

Returns:

    The result of executing the function.
generated by LDoc 1.5.0 Last updated 2025-10-18 15:04:29