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.4.6 Last updated 2021-11-05 15:42:41