]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: task: implement tasklet kill
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 28 Jul 2021 14:12:57 +0000 (16:12 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Aug 2021 09:07:48 +0000 (11:07 +0200)
commit7b368339af42d5f9b4e262dbe27122fb1c162321
tree02c9647e7e937604b5edca893c08ab3779c6cebb
parentc755efd5c64ad7327a6b763ea8025a820c5ca374
MEDIUM: task: implement tasklet kill

Implement an equivalent of task_kill for tasklets. This function can be
used to request a tasklet deletion in a thread-safe way.

Currently this function is unused.
include/haproxy/task.h
src/task.c