The Examplesfolder in the installation diretcory contains complete example projects:
- CalculatorAppand OldCalculatorform an example of loading 32-bit code from 64-bit executable via TaskGarden. This example shows basic use of the Poolclass and demonstrates exception handling.
- MultiProcessBrowseris a Web browser application where each tab has its own worker process. This is an example of performing explicit, fine grained management of Instanceinstead of using the Pool's automatic management.