The Gaudi Framework
v29r0 (ff2e7097)
|
Quick start example. More...
Go to the source code of this file.
Functions | |
void | first_task () |
void | second_task () |
int | main (int argc, char *argv[]) |
Quick start example.
This is a very simple example which can be used to configure the threadpool environment on your system.
Copyright (c) 2005-2006 Philipp Henkel
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
http://threadpool.sourceforge.net
Definition in file quickstart.cpp.
void first_task | ( | ) |
Definition at line 24 of file quickstart.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 28 of file quickstart.cpp.
void second_task | ( | ) |
Definition at line 26 of file quickstart.cpp.