Bioconductor / BiocParallel

Bioconductor facilities for parallel evaluation
https://bioconductor.org/packages/BiocParallel
65 stars 29 forks source link

fix the message sink issue for the SerialParam #169

Closed Jiefei-Wang closed 2 years ago

Jiefei-Wang commented 2 years ago

This fixes the SerialParam issue in https://github.com/Bioconductor/BiocParallel/issues/168. An on.exit handler is added to stop sinking when the function quits. A raw connection is used as suggested by @HenrikBengtsson