Commit graph

15 commits

Author SHA1 Message Date
Kim Alvefur
fc8fcb69ef util.async: Fix thread check to work correctly in Lua 5.2
coroutine.running() now returns the main thread and a boolean true if
called from the main thread, as opposed to nil in 5.1
2017-11-21 21:48:43 +01:00
Kim Alvefur
ffc6fcf5d3 util.async: Factor out thread check into a function 2017-11-21 21:48:14 +01:00
Waqas Hussain
e31d31312f util.async: Fix documentation URL 2017-09-15 17:17:07 -04:00
Kim Alvefur
c9778ba770 util.async: Add annotation to ignore warning [luacheck] 2016-11-19 01:11:28 +01:00
Kim Alvefur
1ab7b00c72 util.async: Rename variable to avoid name clash [luacheck] 2016-11-19 01:11:53 +01:00
Matthew Wild
e34fadb697 util.async: Add some more comments for clarity 2016-05-22 20:06:12 +01:00
Emmanuel Gil Peyrot
c6048a7cb4 Update every link to the documentation to use HTTPS 2016-04-16 21:08:05 +01:00
Matthew Wild
7f367c1d6e util.async: Make guarder() local 2013-08-13 23:38:50 +01:00
Matthew Wild
14f85f2f4e util.async: Add guarder method, to create guards to ensure only a single runner can pass through a section of code at a time 2013-08-13 21:26:53 +01:00
Matthew Wild
7a082cb393 util.async: Fix logic bug that prevented error watcher being called for runners 2013-08-13 19:23:00 +01:00
Kim Alvefur
0e702abb1f util.async: waiter: Throw error if done() called too many times 2013-08-12 13:22:27 +02:00
Matthew Wild
516179867e util.async: waiter: Remove restriction about wait() being called before done() 2013-08-12 12:08:51 +01:00
Matthew Wild
d135b8fef9 util.async: runner: Fix check for new state to recognise transition to 'waiting' 2013-08-12 11:50:27 +01:00
Matthew Wild
056eec9953 util.async: Make functions local 2013-08-12 10:27:08 +01:00
Matthew Wild
95c8ddb01c util.async: New library to provide support around coroutine-based non-blocking functions 2013-08-11 14:46:07 +01:00