From 93793dc45504fcc7927354c7e4f39d6de406e9d4 Mon Sep 17 00:00:00 2001 From: Simon Menke Date: Thu, 21 Mar 2019 14:48:19 +0100 Subject: core: Allow terminating an Isolate from another thread (#1982) --- core/libdeno.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/libdeno.rs') diff --git a/core/libdeno.rs b/core/libdeno.rs index 7b6f07a9b..72003a372 100755 --- a/core/libdeno.rs +++ b/core/libdeno.rs @@ -155,6 +155,7 @@ extern "C" { js_filename: *const c_char, js_source: *const c_char, ); + pub fn deno_terminate_execution(i: *const isolate); // Modules -- cgit v1.2.3