Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class HandleWrap
extends AsyncWrap
import { HandleWrap } from "https://deno.land/std@0.124.0/node/internal_binding/handle_wrap.ts";

Constructors

new
HandleWrap(provider: providerType)

Methods

_onClose(): Promise<any>
close(cb?: () => void): Promise<void>
ref()