Closed
Description
I see that we are using napi_create_async_work
. However, I can't read anywhere whether or not work items are guaranteed to be executed in order or not. If not then we might have a problem with write ordering, i.e. preceding writes overwriting following writes.
Do we need to create our own per db ordered work queue?