mentat-is / gulp

g(ULP) - generic universal log processor
https://gulp.sh
Other
12 stars 1 forks source link

Make Plugin/PluginBase class pickable #8

Closed valerino closed 1 day ago

valerino commented 1 day ago

needed for extension plugins to be fully multiprocess-compatible: at the moment, they are initialized in the main process and their code cannot be passed around in worker processes since it cannot be serialized with pickle.