Libspark Threading example, english - including ThreadStepProcessor

This is a basic example of how to work with the

LIBSPARK THREAD LIBRARY

In this example first a twitter api call is done and
all the avatar images of this call are beeing arranged.

Then the user will be asked to click at the stage as
an example for event handling and timeout processing.

Finally a custom process will be triggered that does
some heavy math calculation which should take
considerable amount of time on all common computers.

The loading of the images is parallel, all errors
that can occur while loading will be displayed
as small text field.

have fun! The library is cool shit!

Ps.: This is utilizing the ThreadStepProcessor extension
for the Thread library.

