関連タグで絞り込む (3)
Thread
タグ
[pod] [xml] 名前 threads - インタプリタスレッドの使用を可能にするPerl拡張 概要 use threads; sub start_thread { print "Thread started\n"; } my $thread = threads->create("start_thread","argument"); my $thread2 = $thread->create(sub { print "I a... 続きを読む perldoc.jp コンピュータ・IT
[pod] [xml] 名前 threads - インタプリタスレッドの使用を可能にするPerl拡張 概要 use threads; sub start_thread { print "Thread started\n"; } my $thread = threads->create("start_thread","argument"); my $thread2 = $thread->create(sub { print "I a... 続きを読む