commit | 8716875ea49393540c81eafe50663e694a7313d7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 13 16:31:53 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 14 10:38:03 2022 +0200 |
tree | b3f82d77dc407163b2baba4bb4d6f37be1acd562 | |
parent | 680ed5f28b1df818078ddca2211beac6aaea48a0 [diff] |
CLEANUP: quic: use task_new_on() for single-threaded tasks This simply replaces a call to task_new(1<<thr) with task_new_on(thr) so that we can later isolate the changes required to add more thread group stuff.