Changes between Version 35 and Version 36 of AppMultiThread


Ignore:
Timestamp:
Jan 26, 2015, 1:42:55 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppMultiThread

    v35 v36  
    1818== Initialization ==
    1919
    20 Depending on whether your application uses multiple threads,
    21 multiple processes, or both,
    22 you will need to call
    23 Use [BasicApi#init the appropriate initialization function].
     20You will need to use
     21[BasicApi#Parallelapps the appropriate initialization function].
    2422
    2523== Waiting for children ==
    2624
    2725If your application uses multiple process,
    28 parent processes must always wait for their children to exit before exiting themselves.
     26the parent process must always wait for children to exit before exiting itself.
    2927
    3028== Thread priorities ==