aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_thread_pool.h
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-50/+40
* Spelling (#4086)Josh Soref2022-02-221-1/+1
* [Minor] Allow forced termination of the suspended threadsVsevolod Stakhov2021-05-051-2/+2
* [Minor] Try to fix sync Redis API by not resuming LUA_REDIS_SPECIFIC_FINISHED...Vsevolod Stakhov2021-04-271-0/+13
* [Rework] Add C++ guards to all headersVsevolod Stakhov2019-07-081-12/+32
* [Minor] Allow to debug lua threadsVsevolod Stakhov2019-01-291-12/+36
* [Minor] Split lua_thread_pool_get on lua_thread_pool_get_for_task/lua_thread_...Mikhail Galanin2018-08-241-2/+29
* [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-231-10/+8
* [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-221-2/+18
* [Minor] Added callback helpersMikhail Galanin2018-08-171-2/+26
* [Minor] Use coroutine model in dns resolver APIMikhail Galanin2018-08-141-0/+1
* [Minor] Review fixesMikhail Galanin2018-08-091-0/+46
* [Project] coroutine threaded model for API calls: thread poolMikhail Galanin2018-08-081-0/+35