Skip to content

libstpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.

License

Notifications You must be signed in to change notification settings

zhudianyu/libstpool

 
 

Repository files navigation

How to complier the project ?

WINDOWS:
	stpool_win_proj (vs2008)

LINUX/MAC
   ./configure
   make && make install

ARM
  ./configure --host=cross-complier-
  make && make install

NDK
   ./configure
   ndk-build
  

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

No packages published

Languages

  • C 96.6%
  • C++ 3.1%
  • Makefile 0.3%