The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011 # Copyright (c) 2023 Yuki Kimoto# MIT Licenseclass Thread::ThisThread { version_from Thread; use Thread::ID; # Instance Methods native static method get_id : Thread::ID ();}
# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Thread::ThisThread {
version_from Thread;
use Thread::ID;
# Instance Methods
native static method get_id : Thread::ID ();
}