mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
d13e45f2b3
Part 2 of removing middleware. This is somewhat awkward because `V8CrossThreadTaskSpawner` requires tasks to be `Send`, but NAPI makes heavy use of `!Send` pointers. In addition, Rust causes a closure to be `!Send` if you pull a `!Send` value out of a struct. --------- Signed-off-by: Matt Mastracci <matthew@mastracci.com> Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> |
||
---|---|---|
.. | ||
Cargo.toml | ||
function.rs | ||
lib.rs | ||
README.md | ||
value.rs |