From 51495fe619f8796ae6138ef23f9082b15392d504 Mon Sep 17 00:00:00 2001 From: SebOuellette Date: Wed, 23 Oct 2024 22:06:49 -0400 Subject: [PATCH] align comment --- pooler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pooler.h b/pooler.h index e5d6a3d..f9eb76a 100644 --- a/pooler.h +++ b/pooler.h @@ -56,7 +56,6 @@ * @param[out] id A Pooler::threadid_t containing the id of the running thread, from 0 to N (where N is the pooler's thread count) * @param[out] data A pointer to a shared struct provided at "run()"-time */ - #define POOLER_LAMBDA [](__POOLER_FUNC_ARGS)->void /* @brief The pooler class. Each instance of the pooler class is a separate thread pool.