mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 05:31:18 +03:00
Fix whitespace
This commit is contained in:
parent
48ae25d35a
commit
2ba0bd59fa
@ -37,7 +37,6 @@ you can use `thpool_wait(thpool);`. If you want to destroy the pool you can use
|
|||||||
`thpool_destroy(thpool);`.
|
`thpool_destroy(thpool);`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
For a deeper look into the documentation check in the [thpool.h](https://github.com/Pithikos/C-Thread-Pool/blob/master/thpool.h) file. Below is a fast practical overview.
|
For a deeper look into the documentation check in the [thpool.h](https://github.com/Pithikos/C-Thread-Pool/blob/master/thpool.h) file. Below is a fast practical overview.
|
||||||
|
0
tests/funcs.sh
Normal file → Executable file
0
tests/funcs.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user