Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dectyl/lib/deploy_worker.ts>DeployWorker#close

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

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

Returns

Promise<void>