We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da58d54 commit 5448b5dCopy full SHA for 5448b5d
1 file changed
wit/atomic.wit
@@ -37,6 +37,9 @@ interface atomics {
37
/// If the key does not exist in the store, it creates a new key-value pair with the value set
38
/// to the given delta.
39
///
40
+ /// The result of using both `increment` and any other operation in this spec with the same key
41
+ /// is implementation-dependent.
42
+ ///
43
/// If any other error occurs, it returns an `Err(error)`.
44
increment: func(bucket: borrow<bucket>, key: string, delta: s64) -> result<s64, error>;
45
0 commit comments