Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AsyncTerminable

A terminable compression/decompression process

interface AsyncTerminable {
(): void;
}

§Call Signatures

§
(): void
[src]

Terminates the worker thread immediately. The callback will not be called.