?????????? ????????? - ??????????????? - /home/.cpan/build/Digest-MD5-2.59-0/t/threads.t
???????
use strict; use warnings; use Test::More; use Config; BEGIN { plan skip_all => 'Perl compiled without ithreads' unless $Config{useithreads}; plan skip_all => 'no threads.pm' unless eval { require threads }; plan tests => 2; } use threads; use Digest::MD5; my $module = 'Digest::MD5'; my $obj = $module->new; $obj->add("foo"); my $tdigest = threads->create(sub { $obj->add("bar"); $obj->hexdigest })->join; isnt $obj->clone->hexdigest, $tdigest, "unshared object unaffected by the thread"; $obj->add("bar"); is $obj->clone->hexdigest, $tdigest;
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????