|
Project Information
Members
Featured
Downloads
Links
|
ParallelJobs LibraryParallelJobs is a library that provide a easy way to create a parallel process on your application. Works like a simple Win32 API call, as you can see below: begin ParallelJob(@MyProcess); end; Using object call: procedure TForm.RunJob; begin ParallelJob(Self, @TForm.MyProcess); end; This will create a parallel process that will execute MyProcess function. All controls and utilities are being implemented and still on development Why use paralleljobs? ParallelJobs on the current stage provide a very easy way to create a parallel process, like you can create using TThread, but without writing a lots of code. Detailsversion 2009.0.1.12 SuggestionsBrazilian Multi-task Learning Tool: http://code.google.com/p/peebles/ |