Help for this page

Select Code to Download


  1. or download this
    threads->create(\&create_threads, "param")->detach();
    
  2. or download this
    threads->create(\&create_threads, "param");
    threads->detach();