deno/libs/maybe_sync
denobot 4c1cdfc9a4
2.5.1 (#30753)
Bumped versions for 2.5.1

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-09-17 01:58:00 +02:00
..
Cargo.toml 2.5.1 (#30753) 2025-09-17 01:58:00 +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.