aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_thread_pool.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Use C++ version of the lua threads poolVsevolod Stakhov2021-05-051-349/+0
* [Minor] Allow forced termination of the suspended threadsVsevolod Stakhov2021-05-051-4/+9
* [Minor] Try to fix sync Redis API by not resuming LUA_REDIS_SPECIFIC_FINISHED...Vsevolod Stakhov2021-04-271-3/+3
* [Minor] Fix misprintVsevolod Stakhov2021-03-041-1/+1
* [Minor] More Lua 5.4 compatibilityVsevolod Stakhov2021-03-031-0/+4
* [Fix] Do not use lightuserdata for tracebackVsevolod Stakhov2019-05-241-9/+9
* [Minor] Restore Lua 5.2 compatibilityVsevolod Stakhov2019-04-011-1/+1
* [Fix] Fix various issues found by PVS StudioVsevolod Stakhov2019-03-131-1/+1
* [Minor] Allow to debug lua threadsVsevolod Stakhov2019-01-291-28/+83
* [Minor] Added coroutines support for TCP libraryMikhail Galanin2018-08-301-0/+18
* [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_...Mikhail Galanin2018-08-241-3/+32
* [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-231-4/+5
* [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-221-0/+89
* [Minor] Added callback helpersMikhail Galanin2018-08-171-5/+22
* [Minor] Use coroutine model in dns resolver APIMikhail Galanin2018-08-141-1/+4
* [Minor] Review fixesMikhail Galanin2018-08-091-6/+9
* [Project] coroutine threaded model for API calls: thread poolMikhail Galanin2018-08-081-0/+125