Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-28 | Fix optional socket dependency | Elias Fleckenstein | |
2021-11-21 | Subtract dtime from sleep time | Elias Fleckenstein | |
2021-11-21 | Sleep for unused tick time & optional realtime | Elias Fleckenstein | |
- Optional luasocket dependency for realtime measurements (instead of CPU time) - lua_async.run() will wait for the time to be ready | |||
2021-11-21 | Fix typo in interval code | Elias Fleckenstein | |
2021-08-06 | Add Event and EventTarget | Elias Fleckenstein | |
2021-08-06 | Port to Lua 5.3.3 | Elias Fleckenstein | |
2021-08-06 | Replace table.copy which is not present in Lua by default | Elias Fleckenstein | |
2021-08-06 | Add timeout examples | Elias Fleckenstein | |
2021-08-06 | Document promises | Elias Fleckenstein | |
2021-08-06 | Document resume() | Elias Fleckenstein | |
2021-08-06 | Move resume() to util.lua | Elias Fleckenstein | |
2021-08-06 | Document utility functions and limiting | Elias Fleckenstein | |
2021-08-06 | Fix .then() reject handler being set to resolve handler | Elias Fleckenstein | |
2021-08-06 | Second argument of .then() is a reject handler | Elias Fleckenstein | |
2021-08-06 | Implement yield() using a promise and setImmediate | Elias Fleckenstein | |
2021-08-06 | Revert "More efficient sleep() implementation" | Elias Fleckenstein | |
This reverts commit 643f41af5ff64405f0860cb4c86aaf733aa28cab. | |||
2021-08-06 | More efficient sleep() implementation | Elias Fleckenstein | |
2021-08-06 | Add lua_async.kill_thread | Elias Fleckenstein | |
2021-08-06 | 'Intervals' instead of 'Interval' | Elias Fleckenstein | |
2021-08-06 | Fix mistake in setImmediate documentation | Elias Fleckenstein | |
2021-08-06 | Fix some small mistakes in the documentation of clearImmediate | Elias Fleckenstein | |
2021-08-06 | Document timeouts, intervals and immediates | Elias Fleckenstein | |
2021-08-06 | Safe immediate implementation | Elias Fleckenstein | |
2021-08-06 | Safe interval implementation | Elias Fleckenstein | |
2021-08-06 | Safer timeout implementation | Elias Fleckenstein | |
2021-08-06 | Add lua_async.run | Elias Fleckenstein | |
2021-08-06 | Add source code | Elias Fleckenstein | |
2021-08-06 | Initial commit | Elias Fleckenstein | |