Interface AsyncTerminable

A terminable compression/decompression process

interface AsyncTerminable (() => void)
  • Terminates the worker thread immediately. The callback will not be called.

    Returns void