aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_thread_pool.h
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-50/+40
| | | | No meaningful changes.
* Spelling (#4086)Josh Soref2022-02-221-1/+1
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Allow forced termination of the suspended threadsVsevolod Stakhov2021-05-051-2/+2
|
* [Minor] Try to fix sync Redis API by not resuming ↵Vsevolod Stakhov2021-04-271-0/+13
| | | | LUA_REDIS_SPECIFIC_FINISHED threads
* [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 ↵Mikhail Galanin2018-08-241-2/+29
| | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config
* [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