Help for this page

Select Code to Download


  1. or download this
    thread->create( { context => 'list' }, ...
    # -v-
    thread->create( { list => 1 }, ...
    
  2. or download this
    threads->create( { scalar => 1, void => 1, context => list, list => 0 
    +}, ...