metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Make thread safe (metafacture-fix#255) #465

Closed dr0i closed 1 year ago

dr0i commented 1 year ago

Helps to prevent race conditions.

See metafacture/metafacture-fix#255 .

dr0i commented 1 year ago

This seems unnecessary, since https://github.com/metafacture/metafacture-fix/pull/263 prevents all thread related problems. Closing.