ugexe / zef

Raku Module Management
Artistic License 2.0
207 stars 44 forks source link

Make probe methods thread safe #504

Closed ugexe closed 1 year ago

ugexe commented 1 year ago

Previously various probe methods used state, which is not thread safe. Since we preload all the plugins it didn't need to be thread safe. This updates various probe methods to be thread safe despite the above comment only because it is technically more correct and potentially makes updating the plugin system a bit easier.