Safety around NextWriteNoWriteConflictRange
logic in parallel context.
#206
Labels
NextWriteNoWriteConflictRange
logic in parallel context.
#206
Currently
set_option
only require a reference to the transaction to work.This means it can be called by multiple thread in parallel without ownership of the transaction.
There is currently one option that concerns me:
NextWriteNoWriteConflictRange
There are multiple ways to prevent that :
Option<Box<Mutex>>
)NextWriteNoWriteConflictRange
with a global (😒) mutex (or something clever)The text was updated successfully, but these errors were encountered: