diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-09-12 21:13:08 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-12 15:13:08 -0400 |
| commit | c03cdcc939f86c9865dc7a700782bdf558fa83f5 (patch) | |
| tree | 941e9c9221cdea1e6df0eeee63defaf8a851381a /core/libdeno/deno.h | |
| parent | 69e01c2374539e02956e643d87cd9a6afa805db9 (diff) | |
feat: add bindings to run microtasks from Isolate (#2793)
Diffstat (limited to 'core/libdeno/deno.h')
| -rw-r--r-- | core/libdeno/deno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libdeno/deno.h b/core/libdeno/deno.h index 2c248a87e..0bdd31f50 100644 --- a/core/libdeno/deno.h +++ b/core/libdeno/deno.h @@ -119,6 +119,7 @@ const char* deno_last_exception(Deno* d); void deno_terminate_execution(Deno* d); +void deno_run_microtasks(Deno* d, void* user_data); // Module API typedef int deno_mod; |
