]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tasks: Mutualize code between tasks and tasklets.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 29 Apr 2025 13:15:01 +0000 (15:15 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 30 Apr 2025 15:08:57 +0000 (17:08 +0200)
commit438c000e9f4c055efa3ae894f42f62cdf9503877
tree633dd69796dd89a46cd2797186acfef791a4f607
parent6462f183ada424a7f61cd31397b0f557bf387096
MEDIUM: tasks: Mutualize code between tasks and tasklets.

The code that checks if we're currently running, and waits if so, was
identical between tasks and tasklets, so move it in code common to tasks
and tasklets.
This commit is just cosmetic, and should not have any impact.
src/task.c