Is there some ID for threads?
Yes. It called the thread id: my $thread = threads->create(... ); my $tid = $thread->tid;
That said, thread handles are also unique, so you could also use that as a key in your hash.
In reply to Re^5: Problems using module Async
by BrowserUk
in thread Problems using module Async
by hfi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |