Function

await-list

Wait on the async list of keys in the KV Store.

Returns ok(b) with the JSON-encoded body b on success, or err(e) indicating the error e occurred.

await-list: func(handle: pending-list) -> result​<body, kv-error>;