]> git.lizzy.rs Git - lua_async.git/log
lua_async.git
2 years agoDocument utility functions and limiting
Elias Fleckenstein [Fri, 6 Aug 2021 19:50:43 +0000 (21:50 +0200)]
Document utility functions and limiting

2 years agoFix .then() reject handler being set to resolve handler
Elias Fleckenstein [Fri, 6 Aug 2021 19:49:57 +0000 (21:49 +0200)]
Fix .then() reject handler being set to resolve handler

2 years agoSecond argument of .then() is a reject handler
Elias Fleckenstein [Fri, 6 Aug 2021 19:48:07 +0000 (21:48 +0200)]
Second argument of .then() is a reject handler

2 years agoImplement yield() using a promise and setImmediate
Elias Fleckenstein [Fri, 6 Aug 2021 19:19:35 +0000 (21:19 +0200)]
Implement yield() using a promise and setImmediate

2 years agoRevert "More efficient sleep() implementation"
Elias Fleckenstein [Fri, 6 Aug 2021 19:15:57 +0000 (21:15 +0200)]
Revert "More efficient sleep() implementation"

This reverts commit 643f41af5ff64405f0860cb4c86aaf733aa28cab.

2 years agoMore efficient sleep() implementation
Elias Fleckenstein [Fri, 6 Aug 2021 19:13:58 +0000 (21:13 +0200)]
More efficient sleep() implementation

2 years agoAdd lua_async.kill_thread
Elias Fleckenstein [Fri, 6 Aug 2021 18:46:55 +0000 (20:46 +0200)]
Add lua_async.kill_thread

2 years ago'Intervals' instead of 'Interval'
Elias Fleckenstein [Fri, 6 Aug 2021 18:37:07 +0000 (20:37 +0200)]
'Intervals' instead of 'Interval'

2 years agoFix mistake in setImmediate documentation
Elias Fleckenstein [Fri, 6 Aug 2021 18:36:08 +0000 (20:36 +0200)]
Fix mistake in setImmediate documentation

2 years agoFix some small mistakes in the documentation of clearImmediate
Elias Fleckenstein [Fri, 6 Aug 2021 18:35:18 +0000 (20:35 +0200)]
Fix some small mistakes in the documentation of clearImmediate

2 years agoDocument timeouts, intervals and immediates
Elias Fleckenstein [Fri, 6 Aug 2021 18:33:05 +0000 (20:33 +0200)]
Document timeouts, intervals and immediates

2 years agoSafe immediate implementation
Elias Fleckenstein [Fri, 6 Aug 2021 18:25:35 +0000 (20:25 +0200)]
Safe immediate implementation

2 years agoSafe interval implementation
Elias Fleckenstein [Fri, 6 Aug 2021 18:21:58 +0000 (20:21 +0200)]
Safe interval implementation

2 years agoSafer timeout implementation
Elias Fleckenstein [Fri, 6 Aug 2021 18:01:59 +0000 (20:01 +0200)]
Safer timeout implementation

2 years agoAdd lua_async.run
Elias Fleckenstein [Fri, 6 Aug 2021 17:38:39 +0000 (19:38 +0200)]
Add lua_async.run

2 years agoAdd source code
Elias Fleckenstein [Fri, 6 Aug 2021 17:19:23 +0000 (19:19 +0200)]
Add source code

2 years agoInitial commit
Elias Fleckenstein [Fri, 6 Aug 2021 17:14:45 +0000 (19:14 +0200)]
Initial commit