You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
perform atomic mutations -- aupdate and so on? other rules for shown
result and other constraints (say, we can check all changes will going to the one storage);
use q_* operations to give some guarantees?
or we can just provide a request metainfo (static one, available after compile) to give user know whether it is transactional?
By the way, we can provide better guarantees with space_accessor too, using box.begin() / box.commit().
result and other constraints (say, we can check all changes will going to the one storage);
By the way, we can provide better guarantees with space_accessor too, using box.begin() / box.commit().
Follow up of #142.
The text was updated successfully, but these errors were encountered: