File | Date | Author | Commit |
---|---|---|---|
CMakeLists.txt | 2014-09-06 |
![]() |
[8939ec] Update CMakeLists.txt |
LICENSE.txt | 2013-12-18 |
![]() |
[f07d9f] Create LICENSE.txt |
README.md | 2015-10-12 |
![]() |
[d79cef] Update README.md |
install.sh | 2014-08-15 |
![]() |
[03ef88] Update install.sh |
test.c | 2014-08-22 |
![]() |
[39cd16] update free() bugfix |
tombpool.c | 2015-10-12 |
![]() |
[6edac0] Update tombpool.c |
tombpool.h | 2015-10-12 |
![]() |
[a5ed4a] Update tombpool.h |
$ sudo sh install.sh
Just another thread pool simple library
look the comments in test.c
Author:Antonio Costa aka " Cooler_ "
contact: coolerlair[at]gmail[dot]com
contribuitor: MarceloMF - Marcelo M. Fleury
email: marcelo.fleury[at]4linux[dot]com[dot]br
Copyright (C) 2012 tombpool authors,
This file is part of tombpool
tombpool is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
tombpool is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.