Multiprocessing
Reference information for the utils Multiprocessing
API.
eva.core.utils.multiprocessing.Process
Bases: Process
Multiprocessing wrapper with logic to propagate exceptions to the parent process.
Source: https://stackoverflow.com/a/33599967/4992248
Source code in src/eva/core/utils/multiprocessing.py
exception
property
Property that contains exception information from the process.
run
check_exceptions
Check for exception propagate it to the parent process.