Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3226


Ignore:
Timestamp:
Jun 23, 2009, 8:53:34 PM (15 years ago)
Author:
scheusso
Message:

added 2 classes:
Thread: implementation of a worker thread (you can pass (threadsafe) functions to it by wrapping them into a functor)
ThreadPool: pool of Threads. dispatches work (functors) to a thread with no work and coordinates the finishing of all threads (ideal for parallel work and synchronisation of the threads afterwards)

Location:
code/branches/netp6/src/util
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.