For future reference. async() is just a procedural alias for threads->new()
## From threads.pm sub async (&;@) { unshift @_,'threads'; goto &new }
And create() is just an alias for new()
*create = \&new;
In reply to Re^2: win32, threads, and filehandles, oh my!!
by BrowserUk
in thread win32, threads, and filehandles, oh my!!
by georgi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |