mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
74e39a927c
This commit adds support for a new `kv.watch()` method that allows watching for changes to a key-value pair. This is useful for cases where you want to be notified when a key-value pair changes, but don't want to have to poll for changes. --------- Co-authored-by: losfair <zhy20000919@hotmail.com> |
||
---|---|---|
.. | ||
testdata | ||
assertions.rs | ||
builders.rs | ||
factory.rs | ||
fs.rs | ||
https.rs | ||
lib.rs | ||
lsp.rs | ||
npm.rs | ||
pty.rs | ||
test_server.rs |