Closed faydr closed 3 years ago
FEC algorithms use a lot of memory, so we only want one of running at a time. We can find ourselves using the FEC simultaneously in multiple instances, so we need to add some Mutexes to the FEC object.
Added.
FEC algorithms use a lot of memory, so we only want one of running at a time. We can find ourselves using the FEC simultaneously in multiple instances, so we need to add some Mutexes to the FEC object.