Can multiple workers call a DO if I don't use stor...
# durable-objects
a
Can multiple workers call a DO if I don't use storage? Or will it have to wait untill a fetch is returned before the next do can execute? Or can multiple instances of a worker use the same DO async? Cant figure it out using the docs..