App-Cheats
view release on metacpan or search on metacpan
at runtime.
-I - Specify additional directories
to be searched for header
files during compilation.
-L - Specify additional directories
to be searched for libraries
during linking.
#############################################################
## C,CPP Asynchronous (Threads)
#############################################################
# Run a process/function async (thread)
# Add this to makefile
LIB += -pthread
#
# Add library
#include <pthread.h>
#
# Declare threads
( run in 0.343 second using v1.01-cache-2.11-cpan-0d8aa00de5b )