Generic Thread Library

The Thread Library is where the main benefit of the generic multi-threader lies. All threads connect in the same way so it is easy to build a new application simply by joining threads from the thread library. There will inevitably be holes in the application that standard threads can not satisfy so some new specialised threads will be needed. As the standard thread library expands a larger percentage of any application can be satisfied by the library. It is our goal to use at least 50% in every application we build.

In 1952 Alan Turing wrote -
"Global order can arise from local interactions"

This philosophy is at the heart of what we are building. Like bees in a hive each tiny thread plays its part in a much bigger design.

Back to our main page