eval
eval {$t
->join}
- Wraps an
eval
around ajoin
. Waits for a thread to exit and passes any return values from the thread, putting errors into$@
.
eval {$t
->join}
eval
around a join
. Waits for a thread to exit and passes any return values from the thread, putting errors into $@
.