-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
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?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation