# 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 ();
}
# 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 ();
}