I have a question about DO "stub" instantiation with `DOnamespace.get(id)`. According to the [docs](
I have a question about DO "stub" instantiation with
Does this mean that the client worker thread is blocked while waiting (and blocking other requests?)
If this API can block, why are
DOnamespace.get(id). According to the docs this operation may be slow the first time it is used with idFromName()Does this mean that the client worker thread is blocked while waiting (and blocking other requests?)
If this API can block, why are
DOnamespace.get() and DOnamespace.idFromName() not async?Cloudflare Docs
A Durable Object namespace is a set of Durable Objects that are backed by the same Durable Object class. There is only one Durable Object namespace per class. A Durable Object namespace can contain any number of Durable Objects.

