woob.tools.config.extra
¶
- class ForkingConfig(*args, **kwargs)[source]¶
Bases:
object
Runs the actual save in a forked processes, making save non-blocking. It prevents two save() from being called at once by blocking on the previous one if it is not finished. It is also possible to call join() to wait for the save to complete.
- process = None¶