deno/libs/maybe_sync/README.md
David Sherret 6ca54279de
refactor: add deno_maybe_sync crate (#30459)
Extracted out of https://github.com/denoland/deno/pull/30330

This is to reduce code duplication.
2025-08-20 08:53:30 -04:00

155 B

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.