- or download this
$inter->{THR}->kill('SIGTERM');
- or download this
$inter->{THR} = ref threads->create(sub{$thread->(\$inter->{INT1})
+});
- or download this
$t = async{ sleep 1000 };;
print ref $t;;
threads
- or download this
Usage: $thr->kill('SIG...') at HardThread.pm line 23.
- or download this
$inter->{THR} = threads->create(sub{$thread->(\$inter->{INT1})});
- or download this
Invalid value for shared scalar at HardThread.pm line 29.
- or download this
$inter->{THR} = shared_clone( threads->create(sub{$thread->(\$inte
+r->{INT1})}) );