mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 15:44:36 +00:00
feat: support SharedArrayBuffer sharing between workers (#11040)
This commit adds support for sharing SABs between workers.
This commit is contained in:
parent
672a88f272
commit
bdfad23dd0
13 changed files with 152 additions and 0 deletions
|
@ -57,6 +57,7 @@ pub use crate::modules::ModuleLoader;
|
|||
pub use crate::modules::ModuleSource;
|
||||
pub use crate::modules::ModuleSourceFuture;
|
||||
pub use crate::modules::NoopModuleLoader;
|
||||
pub use crate::runtime::SharedArrayBufferStore;
|
||||
// TODO(bartlomieju): this struct should be implementation
|
||||
// detail nad not be public
|
||||
pub use crate::modules::RecursiveModuleLoad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue