Skip to main content

PERL_THREADED

Constant PERL_THREADED 

Source
pub const PERL_THREADED: &str = "threaded";
Expand description

"threaded" if the target Perl was built with useithreads, "non-threaded" otherwise. Threading mode determines whether most Perl C API functions take a leading my_perl: *mut PerlInterpreter parameter.