Skip to content

Commit

Permalink
Make Deno multithreaded.
Browse files Browse the repository at this point in the history
By using the tokio default runtime.

This patch makes all of the ops thread safe.

Preliminary work for #733.
  • Loading branch information
ry committed Sep 22, 2018
1 parent 7701d0b commit 07848c7
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 203 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ main_extern = [
"$rust_build:tempfile",
"$rust_build:rand",
"$rust_build:tokio",
"$rust_build:tokio_executor",
"$rust_build:url",
"$rust_build:remove_dir_all",
"$rust_build:dirs",
Expand Down
Loading

0 comments on commit 07848c7

Please sign in to comment.