mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
core: Rename Behavior to Dispatch (#2082)
And rename IsolateState to ThreadSafeState. Also make ThreadSafeState directly implement Dispatch. This is simpler.
This commit is contained in:
parent
e43da28b28
commit
d2579f4564
12 changed files with 206 additions and 214 deletions
|
@ -13,8 +13,8 @@ use crate::errors::bad_resource;
|
|||
use crate::errors::DenoError;
|
||||
use crate::errors::DenoResult;
|
||||
use crate::http_body::HttpBody;
|
||||
use crate::isolate_state::WorkerChannels;
|
||||
use crate::repl::Repl;
|
||||
use crate::state::WorkerChannels;
|
||||
|
||||
use deno::Buf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue