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 denoland#733.
  • Loading branch information
ry committed Sep 24, 2018
1 parent 8a139b3 commit 82e9b62
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 202 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 82e9b62

Please sign in to comment.