Sample application using Concurrent to perform a reverse hash
File: reversemd5.app.py
Bases: concurrent.framework.nodes.applicationnode.ApplicationNode
Reverse hash application
Called just before the main entry. Used as the initialization point instead of the ctor
Called from the base class when we are connected to a MasterNode and we are able to send computation tasks over
Bases: concurrent.core.async.api.ITaskSystem
The task system that is executed on the MasterNode and controls what jobs are required to be performed
Once the system stated that it has finsihed the MasterNode will request the required results that are to be send to the originator. Returns a tuple like (result, Error)
Sample application using Concurrent to perform a reverse hash