Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dectyl/mod.ts>DeployWorker#close

Prototype library for testing Deno Deploy scripts using the Deno CLI
Go to Latest
method DeployWorker.prototype.close
import { DeployWorker } from "https://deno.land/x/dectyl@0.6.2/mod.ts";

Close and terminate the worker. The worker will resolve when any pending requests are settled.

Returns

Promise<void>