Skip to main content

close

method Deno.DynamicLibrary.close
Jump to headingDynamicLibrary.close(): void

Removes the pointers associated with the library symbols.

Continuing to use symbols that are part of the library will lead to errors and crashes.

Calling this method will also immediately set any references to zero and will no longer keep Deno's process from exiting.

Return Type Jump to heading

void
Back to top