• Drop most special casing of parallelism=0, if parallelism=0 is received, set
    the max number of threads to 1, and go through the same code as when more
    threads are available.
    
    Some outstanding issues, the following transforms are blocked out since they
    aren't consistent with this change:
    EditTransform
    ElicitMetaDataTransform
    StasmTransform
    
    In stasm's case, a global mutex must be used, similarly ElicitMetaData reads
    from stdin, and would also require a global lock. EditTransform can probably be
    reimplemented through Qt similarly to Show
    Charles Otto authored
     
    Browse Code »