deno/libs/maybe_sync
denobot b7061b0f64
2.4.5 (#30476)
Bumped versions for 2.4.5

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-08-21 13:41:58 +02:00
..
Cargo.toml 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
lib.rs refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00
README.md refactor: add deno_maybe_sync crate (#30459) 2025-08-20 08:53:30 -04:00

deno_maybe_sync

Optionally Sync structures used in Deno.

Deno uses the Sync feature, while Deno Deploy doesn't, so that's why we have this code.