ali1234 / vhs-teletext

Software to recover teletext data from VHS recordings.
GNU General Public License v3.0
179 stars 21 forks source link

Refactor multiprocess deconvolution pool #33

Closed ali1234 closed 4 years ago

ali1234 commented 4 years ago

This should be refactored to be a class, allowing work to be submitted at any time, with results fetched asynchronously.

itermap() should then be refactored as a light wrapper around this class.

Blocks #32