@@ -0,0 +1 @@
+Functions exported by `htable` module.
@@ -0,0 +1,3 @@
+Do atomic decrement to the item value. It returns the new value or `-255`
+if the hash table does not exist, or the item does not exist or the item value
+is not integer.
+Do atomic increment to the item value. It returns the new value or `-255`