The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

class TestCase::Util::Thread::ID : pointer {
# Instance Methods
native method eq : int ($thread_id : TestCase::Util::Thread::ID);
native method ne : int ($thread_id : TestCase::Util::Thread::ID);
native method gt : int ($thread_id : TestCase::Util::Thread::ID);
native method ge : int ($thread_id : TestCase::Util::Thread::ID);
native method lt : int ($thread_id : TestCase::Util::Thread::ID);
native method le : int ($thread_id : TestCase::Util::Thread::ID);
native method DESTROY : void ();
}