Class Threads |
Details |
Constructor |
Methods: |
The work that the thread has to do. This function can be implemented by the subclass or actual_work can be pointed to a procedure that does the work
map_reduce(tsk, r_func, args, n)
The master thread routine.
submit_async(tsk, r_func, args, n)
submit_sync(tsk, r_func, args, n)
Fields: |