added another author tag

This commit is contained in:
Robin Müller 2020-05-29 16:48:53 +02:00
parent ab17e28405
commit acf037614f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* a fixed pool size policy for inter-process communication.
* @details Uses local pool calls but is thread safe by protecting the call
* with a lock.
* @author Bastian Baetz
*/
template <uint8_t NUMBER_OF_POOLS>
class PoolManager : public LocalPool<NUMBER_OF_POOLS> {