is ctx.waitUntil() suitable for making kv writes without adding latency (blocking) serving a respons

is ctx.waitUntil() suitable for making kv writes without adding latency (blocking) serving a response? Also, is there an estimate we can use for how much added latency reading 1 key from kv per request will add to an existing worker?
Was this page helpful?