Skip to content

Commit

Permalink
align comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SebOuellette committed Oct 24, 2024
1 parent ef066eb commit 51495fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pooler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 51495fe

Please sign in to comment.