From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

class TestCase::Statement::TypeDefaultValue {
use Mutex;
use TestCase::Util::Trhead;
static method thread : int () {
return 1;
}
}