mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 13:41:18 +03:00
Documentation changes
This commit is contained in:
parent
4240210b5c
commit
d552a6278c
32
thpool.c
32
thpool.c
@ -1,26 +1,22 @@
|
||||
/* ********************************
|
||||
*
|
||||
* Author: Johan Hanssen Seferidis
|
||||
* Date: 12/08/2011
|
||||
* Update: 01/11/2011
|
||||
* License: LGPL
|
||||
*
|
||||
*
|
||||
* Author: Johan Hanssen Seferidis
|
||||
* Date: 12/08/2011
|
||||
* License: MIT
|
||||
* Description: Library providing a threading pool where you can add
|
||||
* work. For an example on usage refer to the main file
|
||||
* found in the same package
|
||||
*
|
||||
*//** @file thpool.h *//*
|
||||
********************************/
|
||||
|
||||
/* Library providing a threading pool where you can add work. For an example on
|
||||
* usage you refer to the main file found in the same package */
|
||||
|
||||
/*
|
||||
* Fast reminders:
|
||||
/* Fast reminders:
|
||||
*
|
||||
* tp = threadpool
|
||||
* thpool = threadpool
|
||||
* thpool_t = threadpool type
|
||||
* tp_p = threadpool pointer
|
||||
* sem = semaphore
|
||||
* xN = x can be any string. N stands for amount
|
||||
* tp = threadpool
|
||||
* thpool = threadpool
|
||||
* thpool_t = threadpool type
|
||||
* tp_p = threadpool pointer
|
||||
* sem = semaphore
|
||||
* xN = x can be any string. N stands for amount
|
||||
*
|
||||
* */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user