Function
await-delete
Wait on the async delete of a value in the KV Store.
Returns ok(true) if a value was successfully deleted, ok(false) if no value was
found, or err(e) indicating the error e occurred.
await-delete: func(handle: pending-delete) -> result<bool, kv-error>;