Help for this page

Select Code to Download


  1. or download this
    # 'async' is a function alias for the 'threads->create()' method
    sub async (&;@)
    ...
        # Use "goto" trick to avoid pad problems from 5.8.1 (fixed in 5.8.
    +2)
        goto &create;
    }