forked from ljx0305/libstpool
-
Notifications
You must be signed in to change notification settings - Fork 0
libstpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.
License
jienimi/libstpool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
How to complier the project ?
WINDOWS:
stpool_win_proj (vs2008)
LINUX:
.Configure the env in the features.mk
(
OS_TYPE = LINUX
...
)
. make clean; make all
NDK:
.Configure the env in the features.mk
(
OS_TYPE = NDK
...
)
.ndk-build
MAC:
.Configure the env in the features.mk
(
OS_TYPE = OSX
...
)
. make clean; make all
About
libstpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Makefile 69.4%
- C 29.8%
- C++ 0.8%