We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef066eb commit 51495feCopy full SHA for 51495fe
pooler.h
@@ -56,7 +56,6 @@
56
* @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)
57
* @param[out] data A pointer to a shared struct provided at "run()"-time
58
*/
59
-
60
#define POOLER_LAMBDA [](__POOLER_FUNC_ARGS)->void
61
62
/* @brief The pooler class. Each instance of the pooler class is a separate thread pool.
0 commit comments