Software /
code /
prosody
Log
util/async.lua @ 12635:f928cb5c5d04
description | author | age |
---|---|---|
util.async: Optionally allow too many 'done' callbacks | Kim Alvefur | 2022-02-22 |
util.async: Add next-tick configuration | Matthew Wild | 2021-11-29 |
util.async: Add sleep() method with configurable scheduling backend | Matthew Wild | 2021-11-29 |
util.async: Don't attempt to close thread if not created yet | Matthew Wild | 2020-06-14 |
util.async: Call coroutine.close() on dead threads (Lua 5.4) | Matthew Wild | 2020-06-14 |
util.async: Rename wait -> wait_for (w/compat) | Matthew Wild | 2020-06-13 |
util.async: Add function for waiting on promises and unpacking the results | Kim Alvefur | 2019-09-29 |